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 17:09:17 +0300
committerMarkus Goetz <markus@woboq.com>2018-05-30 12:56:41 +0300
commit104f8c9ba2399fc3d2ff7212e273948b337c7d1f (patch)
tree04bd5be79e9da90054568f38c5e20467ff75048d /cmake
parent7a776dbb6a7db7805babc5de1c59ec38ea00c83d (diff)
NSIS: SVG imageformats plugin DLL #6515
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/NSIS.template.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index 3f3a5ac06..8fff6e196 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -407,6 +407,8 @@ Section "${APPLICATION_NAME}" SEC_APPLICATION
File "${IMAGEFORMATS_DLL_PATH}\qgif.dll"
File "${IMAGEFORMATS_DLL_PATH}\qjpeg.dll"
File "${IMAGEFORMATS_DLL_PATH}\qico.dll"
+ File "${IMAGEFORMATS_DLL_PATH}\qsvg.dll"
+ ; PNG is built in Qt
SetOutPath "$INSTDIR\sqldrivers"
File "${SQLITE_DLL_PATH}\qsqlite.dll"