Bump Qt version requirement to 5.6.1 to match kpmcore requirement.

This commit is contained in:
Andrius Štikonas 2016-12-18 14:19:38 +00:00
parent 771c0ceaa2
commit 3af3402728
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.4.1")
set(QT_MIN_VERSION "5.6.1")
# Check KPMcore dependency when bumping
set(VERSION_MAJOR "3")
set(VERSION_MINOR "0")