From 9a9293309fc75d71b3f3f817232117aa854597e8 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 5 Jul 2017 22:45:33 +0200 Subject: One QT_MIN_VERSION is enough, also it's 5.7 --- components/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'components') diff --git a/components/CMakeLists.txt b/components/CMakeLists.txt index 3283286f..8b988fab 100644 --- a/components/CMakeLists.txt +++ b/components/CMakeLists.txt @@ -18,8 +18,6 @@ include(KDECMakeSettings) include(KDECompilerSettings) find_package(Qt5 REQUIRED NO_MODULE COMPONENTS Core Quick Test Gui Widgets) - -set (QT_MIN_VERSION "5.4.0") find_package(KF5 REQUIRED COMPONENTS Package) -- cgit v1.2.3