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>2012-12-06 19:26:52 +0400
committerDaniel Molkentin <danimo@owncloud.com>2012-12-06 20:53:04 +0400
commitff1706c729ee905b512c04d3087542371fe2e199 (patch)
treef2b1e45263bf8c2fd7311126acd6d803b93bf67e /cmake
parent138a060df22a6bb962bebe4b8470b53a4039f0da (diff)
Add libqtkeychain dll to NSIS
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/NSIS.template.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index e85bc98a3..705db6154 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -324,6 +324,9 @@ Section "${APPLICATION_NAME}" SEC_OWNCLOUD
File "${QT_DLL_PATH}\QtNetwork4.dll"
File "${QT_DLL_PATH}\QtXml4.dll"
+ ;QtKeyChain stuff
+ File "${MING_BIN}\libqtkeychain.dll"
+
File "${CSYNC_LIBRARY_DIR}/libocsync.dll"
File "${MING_BIN}\libsqlite3-0.dll"
File "${MING_BIN}\libiniparser.dll"