cmake: lower Qt requirement to 5.7.0

it should be enough to use qAsConst, and other 5.7 features
This commit is contained in:
Pino Toscano 2017-05-07 23:41:44 +02:00
parent 97dc11bb89
commit 57b97aa64b
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ set(CMAKE_USE_RELATIVE_PATHS OFF)
set(CMAKE_BUILD_WITH_INSTALL_RPATH ON)
set(KDE_INSTALL_USE_QT_SYS_PATHS ON CACHE BOOL "Install mkspecs files, Plugins and Imports to the Qt 5 install dir" FORCE)
set(QT_MIN_VERSION "5.7.1")
set(QT_MIN_VERSION "5.7.0")
# Check KPMcore dependency when bumping
set(VERSION_MAJOR "3")
set(VERSION_MINOR "0")