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>2015-11-11 17:19:15 +0300
committerMarkus Goetz <markus@woboq.com>2015-11-11 17:19:15 +0300
commitfd4a5100a6cd51c45900bca21645d27394e431bd (patch)
treedafcbd76b0e36b757458c7194ad5e174bca8e0a3 /cmake
parentc871d721fdcf7552757a25f01dd32029f1f40bb9 (diff)
NSIS: Include Qt bearer management DLLs #3969
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/NSIS.template.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index 98d5a3df6..8bd8e7968 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -40,6 +40,7 @@
!define QT_DLL_PATH "${MING_BIN}"
!define ACCESSIBLE_DLL_PATH "${MING_LIB}/qt5/plugins/accessible"
!define SQLITE_DLL_PATH "${MING_LIB}/qt5/plugins/sqldrivers"
+!define BEARER_DLL_PATH "${MING_LIB}/qt5/plugins/bearer"
!define IMAGEFORMATS_DLL_PATH "${MING_LIB}/qt5/plugins/imageformats"
!define PLATFORMS_DLL_PATH "${MING_LIB}/qt5/plugins/platforms"
@@ -406,6 +407,10 @@ Section "${APPLICATION_NAME}" SEC_APPLICATION
SetOutPath "$INSTDIR\sqldrivers"
File "${SQLITE_DLL_PATH}\qsqlite.dll"
+ SetOutPath "$INSTDIR\bearer"
+ File "${BEARER_DLL_PATH}\qgenericbearer.dll"
+ File "${BEARER_DLL_PATH}\qnativewifibearer.dll"
+
SetOutPath "$INSTDIR"
;License & release notes.
File "@CPACK_RESOURCE_FILE_LICENSE@"