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>2014-04-08 12:55:30 +0400
committerDaniel Molkentin <danimo@owncloud.com>2014-04-08 12:56:07 +0400
commitb34b4e37aab11889fdd2d22053f1144f8902e432 (patch)
tree280f341cba50b096e11c5cf8af60a1da845d0724 /src/CMakeLists.txt
parent02697a7c4d435e85bf2579a4f1188f55627e2e4e (diff)
Add Qt Keychain also when building with Qt5
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 77712a40f..cbac5d52c 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()