mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Use wildcards in the NSIS installer rules for Qt DLLs
That way, the NSIS rules also work for creating an installer for debug builds. Which you'd do by running: make -f Makefile.Debug installer Signed-off-by: Thiago Macieira <thiago@macieira.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9befbe4109
commit
4b4e59a7e8
1 changed files with 3 additions and 11 deletions
|
@ -106,6 +106,7 @@ Section
|
||||||
File iconv.dll
|
File iconv.dll
|
||||||
File libdivecomputer-0.dll
|
File libdivecomputer-0.dll
|
||||||
File libpng15-15.dll
|
File libpng15-15.dll
|
||||||
|
File libjpeg-*.dll
|
||||||
File libusb-1.0.dll
|
File libusb-1.0.dll
|
||||||
File libxml2-2.dll
|
File libxml2-2.dll
|
||||||
File libxslt-1.dll
|
File libxslt-1.dll
|
||||||
|
@ -114,17 +115,8 @@ Section
|
||||||
File libsqlite3-0.dll
|
File libsqlite3-0.dll
|
||||||
File libgcc_s_sjlj-1.dll
|
File libgcc_s_sjlj-1.dll
|
||||||
File libstdc++-6.dll
|
File libstdc++-6.dll
|
||||||
File QtCore4.dll
|
File libmarblewidget*dll
|
||||||
File QtGui4.dll
|
File Qt*4.dll
|
||||||
File QtNetwork4.dll
|
|
||||||
File QtSvg4.dll
|
|
||||||
File QtWebKit4.dll
|
|
||||||
File QtDeclarative4.dll
|
|
||||||
File QtScript4.dll
|
|
||||||
File QtSql4.dll
|
|
||||||
File QtXmlPatterns4.dll
|
|
||||||
File QtXml4.dll
|
|
||||||
File libmarblewidget.dll
|
|
||||||
File subsurface.ico
|
File subsurface.ico
|
||||||
|
|
||||||
# Store installation folder in registry
|
# Store installation folder in registry
|
||||||
|
|
Loading…
Add table
Reference in a new issue