Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 894f93e4c..e20358c18 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -4,6 +4,11 @@ endif()
set(synclib_NAME ${APPLICATION_EXECUTABLE}sync)
+find_package(Qt5 5.6 COMPONENTS Core Network Xml Concurrent REQUIRED)
+if (Qt5Core_VERSION VERSION_LESS 5.9.0)
+message(STATUS "For HTTP/2 support, compile with Qt 5.9 or higher.")
+endif()
+
if(NOT TOKEN_AUTH_ONLY)
find_package(Qt5Keychain REQUIRED)
endif()