mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Tell NSIS to search for the DLLs in packaging/windows
The "make install" step will copy all we depend on DLLs there. Signed-off-by: Thiago Macieira <thiago@macieira.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
586437df89
commit
08f4f42e1e
1 changed files with 23 additions and 23 deletions
|
@ -103,29 +103,29 @@ Section
|
|||
File /r data
|
||||
File /r images
|
||||
File /r icons
|
||||
File dll\iconv.dll
|
||||
File dll\libdivecomputer-0.dll
|
||||
File dll\libintl-8.dll
|
||||
File dll\libpng15-15.dll
|
||||
File dll\libusb-1.0.dll
|
||||
File dll\libxml2-2.dll
|
||||
File dll\libxslt-1.dll
|
||||
File dll\zlib1.dll
|
||||
File dll\libzip-2.dll
|
||||
File dll\libsqlite3-0.dll
|
||||
File dll\libgcc_s_sjlj-1.dll
|
||||
File dll\libstdc++-6.dll
|
||||
File dll\QtCore4.dll
|
||||
File dll\QtGui4.dll
|
||||
File dll\QtNetwork4.dll
|
||||
File dll\QtSvg4.dll
|
||||
File dll\QtWebKit4.dll
|
||||
File dll\QtDeclarative4.dll
|
||||
File dll\QtScript4.dll
|
||||
File dll\QtSql4.dll
|
||||
File dll\QtXmlPatterns4.dll
|
||||
File dll\QtXml4.dll
|
||||
File dll\libmarblewidget.dll
|
||||
File iconv.dll
|
||||
File libdivecomputer-0.dll
|
||||
File libintl-8.dll
|
||||
File libpng15-15.dll
|
||||
File libusb-1.0.dll
|
||||
File libxml2-2.dll
|
||||
File libxslt-1.dll
|
||||
File zlib1.dll
|
||||
File libzip-2.dll
|
||||
File libsqlite3-0.dll
|
||||
File libgcc_s_sjlj-1.dll
|
||||
File libstdc++-6.dll
|
||||
File QtCore4.dll
|
||||
File QtGui4.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
|
||||
|
||||
# Store installation folder in registry
|
||||
|
|
Loading…
Add table
Reference in a new issue