summaryrefslogtreecommitdiffstats
path: root/applications
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-05 22:45:33 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-05 22:45:33 +0200
commit9a9293309fc75d71b3f3f817232117aa854597e8 (patch)
treec3f4591340bcf5ce7bb02fc7419ac30069cfbfd5 /applications
parenta38961730608e0308aced8408549b469b9ea0ad0 (diff)
downloadkube-9a9293309fc75d71b3f3f817232117aa854597e8.tar.gz
kube-9a9293309fc75d71b3f3f817232117aa854597e8.zip
One QT_MIN_VERSION is enough, also it's 5.7
Diffstat (limited to 'applications')
-rw-r--r--applications/kube/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/applications/kube/CMakeLists.txt b/applications/kube/CMakeLists.txt
index 36ce6a34..498e4895 100644
--- a/applications/kube/CMakeLists.txt
+++ b/applications/kube/CMakeLists.txt
@@ -28,7 +28,6 @@ include(ECMAddAppIcon)
28 28
29find_package(Qt5 REQUIRED NO_MODULE COMPONENTS Core Quick Test Gui Widgets WebEngine) 29find_package(Qt5 REQUIRED NO_MODULE COMPONENTS Core Quick Test Gui Widgets WebEngine)
30 30
31set (QT_MIN_VERSION "5.6.0")
32find_package(KF5 REQUIRED COMPONENTS Package) 31find_package(KF5 REQUIRED COMPONENTS Package)
33 32
34# install executable 33# install executable