summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
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)
20 20
21find_package(Qt5 REQUIRED NO_MODULE COMPONENTS Core Quick Test Gui Widgets WebEngine QuickTest) 21find_package(Qt5 REQUIRED NO_MODULE COMPONENTS Core Quick Test Gui Widgets WebEngine QuickTest)
22 22
23set (QT_MIN_VERSION "5.6.0")
24
25# build testrunner 23# build testrunner
26add_executable(kubetestrunner kubetestrunner.cpp) 24add_executable(kubetestrunner kubetestrunner.cpp)
27qt5_use_modules(kubetestrunner Gui Quick Widgets WebEngine QuickTest) 25qt5_use_modules(kubetestrunner Gui Quick Widgets WebEngine QuickTest)