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/src
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2013-12-03 16:32:48 +0400
committerDaniel Molkentin <danimo@owncloud.com>2013-12-03 16:33:50 +0400
commitf521301c5185131564f0d4aed6cfdc3f025be56c (patch)
treee92d3fac5f53f931e51fe1652b2f96ee068477cf /src
parentde5161137f7c47c878b31c96a7d7a5227d17a249 (diff)
Add plugins in install_qt4_executable to ensure the lib paths get fixed up
Fixes #1228
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index b030a70b7..772308bd9 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -364,9 +364,7 @@ install(TARGETS ${APPLICATION_EXECUTABLE}
# currently it needs to be done because the code right above needs to be executed no matter
# if building a bundle or not and the install_qt4_executable needs to be called afterwards
if(BUILD_OWNCLOUD_OSX_BUNDLE)
- install_qt4_executable(${OWNCLOUD_OSX_BUNDLE})
- install_qt4_plugin(qsqlite ${OWNCLOUD_OSX_BUNDLE} 0 "")
- install_qt4_plugin(qtaccessiblewidgets ${OWNCLOUD_OSX_BUNDLE} 0 "")
+ install_qt4_executable(${OWNCLOUD_OSX_BUNDLE} "qtaccessiblewidgets;qsqlite")
endif()
find_program(KRAZY2_EXECUTABLE krazy2)