Source
xxxxxxxxxx
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0850375..ca235bf 100644
--- CMakeLists.txt.orig
+++ CMakeLists.txt
find_package(Qt5Core QUIET)
endif()
-if (Qt5Core_FOUND)
+if (Qt5Core_FOUND AND NOT BUILD_WITH_QT4)
set(QTKEYCHAIN_VERSION_INFIX 5)
if(UNIX AND NOT APPLE AND NOT ANDROID)