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
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2016-01-04 13:54:11 +0300
committerDaniel Molkentin <danimo@owncloud.com>2016-01-04 13:54:11 +0300
commit0ef9bd9e2399801e1e9098ecec841a5cee44b7ac (patch)
treeb37bce55ccad18f83da59067a81934fa97abdd2f /cmake/modules/NSIS.template.in
parent16030a61eb055733c5da1cf6c1bad4caef10a7f8 (diff)
Remove bearer plugins
Causes regressions due to constant Wifi scanning
Diffstat (limited to 'cmake/modules/NSIS.template.in')
-rw-r--r--cmake/modules/NSIS.template.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index 8bd8e7968..98d5a3df6 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -40,7 +40,6 @@
!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"
@@ -407,10 +406,6 @@ 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@"