diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-05 22:45:33 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-05 22:45:33 +0200 |
commit | 9a9293309fc75d71b3f3f817232117aa854597e8 (patch) | |
tree | c3f4591340bcf5ce7bb02fc7419ac30069cfbfd5 /tests | |
parent | a38961730608e0308aced8408549b469b9ea0ad0 (diff) | |
download | kube-9a9293309fc75d71b3f3f817232117aa854597e8.tar.gz kube-9a9293309fc75d71b3f3f817232117aa854597e8.zip |
One QT_MIN_VERSION is enough, also it's 5.7
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
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 | ||
21 | find_package(Qt5 REQUIRED NO_MODULE COMPONENTS Core Quick Test Gui Widgets WebEngine QuickTest) | 21 | find_package(Qt5 REQUIRED NO_MODULE COMPONENTS Core Quick Test Gui Widgets WebEngine QuickTest) |
22 | 22 | ||
23 | set (QT_MIN_VERSION "5.6.0") | ||
24 | |||
25 | # build testrunner | 23 | # build testrunner |
26 | add_executable(kubetestrunner kubetestrunner.cpp) | 24 | add_executable(kubetestrunner kubetestrunner.cpp) |
27 | qt5_use_modules(kubetestrunner Gui Quick Widgets WebEngine QuickTest) | 25 | qt5_use_modules(kubetestrunner Gui Quick Widgets WebEngine QuickTest) |