From e173a5e3ab55bb3dbc81a3f54cca4d57a6a1aeff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Wed, 18 Jul 2018 21:54:33 +0100 Subject: [PATCH] Bump minimum Qt version to 5.10. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9d7549d..698281c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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.0") +set(QT_MIN_VERSION "5.10.0") set(KF5_MIN_VERSION "5.31") set(KPMCORE_MIN_VERSION "3.50.0") # Check KPMcore dependency when bumping