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:
authorChristian Kamm <mail@ckamm.de>2017-12-14 13:31:30 +0300
committerChristian Kamm <mail@ckamm.de>2017-12-14 13:31:30 +0300
commitd8707297090592a8178289848adea18e3c565a04 (patch)
tree2311446e1b3fb054dee7a2dbf7e909cc8f61b2c4 /CMakeLists.txt
parentf40cceaf04e8ca8f7b2f1eb4ec23c3d043a8951c (diff)
Require Qt >= 5.6 #6241
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a628ed780..9975452f9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -223,7 +223,7 @@ setup_qt()
if (${Qt5Core_VERSION_MAJOR} EQUAL "5")
if (${Qt5Core_VERSION_MINOR} EQUAL "6" OR ${Qt5Core_VERSION_MINOR} GREATER 6)
else()
- message(STATUS "If possible compile me with Qt 5.6 or higher.")
+ message(FATAL_ERROR "Qt 5.6 or higher is required.")
endif()
if (${Qt5Core_VERSION_MINOR} EQUAL "9" OR ${Qt5Core_VERSION_MINOR} GREATER 9)
else()