[Pkg-owncloud-commits] [owncloud-client] 12/26: Add plugins in install_qt4_executable to ensure the lib paths get fixed up
Sandro Knauß
hefee-guest at moszumanska.debian.org
Mon Dec 9 00:01:58 UTC 2013
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit f521301c5185131564f0d4aed6cfdc3f025be56c
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Tue Dec 3 13:32:48 2013 +0100
Add plugins in install_qt4_executable to ensure the lib paths get fixed up
Fixes #1228
---
src/CMakeLists.txt | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index b030a70..772308b 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)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list