blob: fa0f38509652f356f6a46daa826cfcbace118dab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
commit 5a7d251cfbed417a2617945a94427a93cdd2e82d
Author: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
Date: Thu Jul 27 17:50:17 2017 +0200
Drop unused dependency
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ba61d1cc..ab5536ff 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ include(ECMQtDeclareLoggingCategory)
include(KDEPackageAppTemplates)
find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
- Plasma DocTools Runner JsEmbed NotifyConfig Su NewStuff Wallet KCMUtils
+ Plasma DocTools Runner JsEmbed NotifyConfig Su NewStuff Wallet
IdleTime Declarative TextWidgets KDELibs4Support Crash GlobalAccel
DBusAddons Wayland)
find_package(KF5NetworkManagerQt ${KF5_MIN_VERSION})
|