aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Thiago Macieira <thiago@macieira.org>2013-11-27 17:42:50 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-11-27 17:55:54 -0800
commitd2de5afd02ae2a3d78f83d374e3c8eee364e66a5 (patch)
tree3efc2edac49ef7baa6296f0151c07ffb17309a6c
parent1080e5ca351a54275744100aa95a2f83217c1e9e (diff)
downloadsubsurface-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>
-rw-r--r--packaging/windows/subsurface.nsi.in1
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