diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-11-15 15:02:45 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-15 15:02:45 -0800 |
commit | 06bf0e1849559e0109c419beae627b44f477dc88 (patch) | |
tree | 35b68161c8e51871ef0cd2423d9d981663ac7d09 /subsurface.pro | |
parent | 0c833ef03bc77d637cfb0ffb989a4462a56aa06e (diff) | |
download | subsurface-06bf0e1849559e0109c419beae627b44f477dc88.tar.gz |
Include icons in the Windows installer
Also fix the dependency / ordering issue with running makensis
Fixes #252
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.pro')
-rw-r--r-- | subsurface.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface.pro b/subsurface.pro index 1b5f26b5e..23fc43af1 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -171,6 +171,7 @@ mac: ICON = packaging/macosx/Subsurface.icns else: ICON = subsurface-icon.svg MANPAGE = subsurface.1 XSLT_FILES = xslt +ICONS_FILES = icons DOC_FILES = $$OUT_PWD/Documentation/user-manual.html Documentation/images MARBLEDIR = marbledata/maps marbledata/bitmaps DEPLOYMENT_PLUGIN += imageformats/qjpeg |