[Pkg-owncloud-commits] [owncloud-client] 322/333: Add Qt Keychain also when building with Qt5
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Apr 17 23:17:10 UTC 2014
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 b34b4e37aab11889fdd2d22053f1144f8902e432
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Tue Apr 8 10:55:30 2014 +0200
Add Qt Keychain also when building with Qt5
---
src/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 77712a4..cbac5d5 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -179,7 +179,7 @@ list(APPEND libsync_LINK_TARGETS
${OS_SPECIFIC_LINK_LIBRARIES}
)
-if(QTKEYCHAIN_FOUND)
+if(QTKEYCHAIN_FOUND OR QT5KEYCHAIN_FOUND)
list(APPEND libsync_LINK_TARGETS ${QTKEYCHAIN_LIBRARY})
include_directories(${QTKEYCHAIN_INCLUDE_DIR})
endif()
--
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