summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGravatar Thiago Macieira <thiago@macieira.org>2013-12-11 19:09:13 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-12-12 08:00:41 +0100
commitee5d8e3cfcb2380b20d5341cdbfb8078a5036f40 (patch)
treebe92a4fd9293d772ebc6ab5ea7e612e835397acf /packaging
parent76251c27dac7d6a6fd8c4f28e06908b9b8946c1c (diff)
downloadsubsurface-ee5d8e3cfcb2380b20d5341cdbfb8078a5036f40.tar.gz
Don't install the actual icon files
They are loaded into a Qt resource and always accessed via it. [Dirk Hohndel: had to hand edit / apply the changes to the .pri file] 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.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/packaging/windows/subsurface.nsi.in b/packaging/windows/subsurface.nsi.in
index 272b53129..aa083828e 100644
--- a/packaging/windows/subsurface.nsi.in
+++ b/packaging/windows/subsurface.nsi.in
@@ -102,7 +102,6 @@ Section
File /r xslt
File /r data
File /r images
- File /r icons
File /r plugins
File /r Documentation
File /r translations
@@ -165,7 +164,6 @@ Section "Uninstall"
RMDir /r "$INSTDIR\share"
RMDir /r "$INSTDIR\xslt"
RMDir /r "$INSTDIR\data"
- RMDir /r "$INSTDIR\icons"
RMDir /r "$INSTDIR\images"
RMDir /r "$INSTDIR\translations"
RMDir /r "$INSTDIR\oldshare"