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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2013-08-08 17:39:34 +0400
committerDaniel Molkentin <danimo@owncloud.com>2013-08-08 17:39:34 +0400
commitc323041040568aa0804ab8617bcaf96ea21ae291 (patch)
tree06e5430bd738c6eeb920722c988e7ef590614044 /cmake
parent95d600c5f1c9ead96fbf32f64673060dc1aaf182 (diff)
NSIS: install libjpeg for qjpeg4.dll
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/NSIS.template.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index 986469e79..e7842a2ec 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -340,7 +340,7 @@ Section "${APPLICATION_NAME}" SEC_APPLICATION
; Other
;File "${MING_BIN}\libpng15-15.dll"
- ;File "${MING_BIN}\libjpeg-8.dll"
+ File "${MING_BIN}\libjpeg-8.dll"
File "${MING_BIN}\zlib1.dll"
File "${MING_BIN}\libcrypto-10.dll"
File "${MING_BIN}\libssl-10.dll"