diff options
author | Thiago Macieira <thiago@macieira.org> | 2013-11-27 17:42:50 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-27 17:55:54 -0800 |
commit | d2de5afd02ae2a3d78f83d374e3c8eee364e66a5 (patch) | |
tree | 3efc2edac49ef7baa6296f0151c07ffb17309a6c /packaging | |
parent | 1080e5ca351a54275744100aa95a2f83217c1e9e (diff) | |
download | subsurface-d2de5afd02ae2a3d78f83d374e3c8eee364e66a5.tar.gz |
Include qt.conf in the Windows installer
Otherwise, Qt won't find its plugins.
No plugins -> no JPEG decoding -> very ugly maps (an understatement)
Signed-off-by: Thiago Macieira <thiago@macieira.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/windows/subsurface.nsi.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/windows/subsurface.nsi.in b/packaging/windows/subsurface.nsi.in index ed9c9a843..4b72e1eeb 100644 --- a/packaging/windows/subsurface.nsi.in +++ b/packaging/windows/subsurface.nsi.in @@ -119,6 +119,7 @@ Section File libmarblewidget*dll File Qt*4.dll File subsurface.ico + File qt.conf # Store installation folder in registry WriteRegStr HKCU "Software\Subsurface" "" $INSTDIR |