Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorMarkus Goetz <markus@woboq.com>2018-05-29 14:35:43 +0300
committerMarkus Goetz <markus@woboq.com>2018-05-30 12:56:41 +0300
commit7a776dbb6a7db7805babc5de1c59ec38ea00c83d (patch)
tree3fe8213d506d584e625b4a03b8730cc2a5ab61da /cmake
parent3a7a6b0b9e368ac4e411cf1dbc4bd5ce0e8dcf90 (diff)
NSIS: SVG DLL #6515
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/NSIS.template.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index 860910881..3f3a5ac06 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -424,6 +424,7 @@ Section "${APPLICATION_NAME}" SEC_APPLICATION
File "${QT_DLL_PATH}\Qt5Gui.dll"
File "${QT_DLL_PATH}\Qt5Network.dll"
File "${QT_DLL_PATH}\Qt5PrintSupport.dll"
+ File "${QT_DLL_PATH}\Qt5Svg.dll"
File "${QT_DLL_PATH}\Qt5Qml.dll"
File "${QT_DLL_PATH}\Qt5Sql.dll"
File "${QT_DLL_PATH}\Qt5WebKit.dll"