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 --- tests/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index ac19eaaa..e5ff1d72 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -20,8 +20,6 @@ include(KDECompilerSettings) find_package(Qt5 REQUIRED NO_MODULE COMPONENTS Core Quick Test Gui Widgets WebEngine QuickTest) -set (QT_MIN_VERSION "5.6.0") - # build testrunner add_executable(kubetestrunner kubetestrunner.cpp) qt5_use_modules(kubetestrunner Gui Quick Widgets WebEngine QuickTest) -- cgit v1.2.3