summaryrefslogtreecommitdiffstats
path: root/packaging/windows/subsurface.nsi.in
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-06 09:15:36 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-06 09:18:13 -0700
commit049b6c0426cdcadf566beb0c6286e4ae9595bc95 (patch)
tree389b8745121534fbf52917397e950c277c322c7e /packaging/windows/subsurface.nsi.in
parentcc22a9876647e2393756164eed25bd09354411cb (diff)
downloadsubsurface-049b6c0426cdcadf566beb0c6286e4ae9595bc95.tar.gz
Prepare for Qt4 / Qt5 cross builds of Windows binaries
Admittedly I believe I'm the only one using this script (and related .nsi file), it still seems to make sense to keep it up to date in the repository. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/windows/subsurface.nsi.in')
-rw-r--r--packaging/windows/subsurface.nsi.in21
1 files changed, 3 insertions, 18 deletions
diff --git a/packaging/windows/subsurface.nsi.in b/packaging/windows/subsurface.nsi.in
index 24b502ff9..f32deefc7 100644
--- a/packaging/windows/subsurface.nsi.in
+++ b/packaging/windows/subsurface.nsi.in
@@ -98,30 +98,15 @@ Section
Delete "$INSTDIR\*.dll"
# Files to include in installer
+ # now that we install into the staging directory and try to only have
+ # the DLLs there that we depend on, this is much easier
File subsurface.exe
File /r data
File /r images
File /r plugins
File /r Documentation
File /r translations
- File iconv.dll
- File libpng16-16.dll
- File libjpeg-*.dll
- File libusb-1.0.dll
- File libxml2-2.dll
- File libxslt-1.dll
- File zlib1.dll
- File libzip*.dll
- File libsqlite3-0.dll
- File libgcc_s_sjlj-1.dll
- File libstdc++-6.dll
- File libmarblewidget*dll
- File libssl-10.dll
- File libeay32.dll
- File ssleay32.dll
- File libgit2.dll
- File libcrypto-10.dll
- File Qt*4.dll
+ File *.dll
File subsurface.ico
File qt.conf