diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-08-17 11:49:46 -0600 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-08-17 20:02:44 -0600 |
commit | 520a58f4defc3becc4638aec2c5e7c4ffa755fb0 (patch) | |
tree | 0d0f772f8a05b747e840d6fab08f4e80b9c0f177 | |
parent | c7b87f89e02fb3b343e7fe023183a30786b49c77 (diff) | |
download | kube-520a58f4defc3becc4638aec2c5e7c4ffa755fb0.tar.gz kube-520a58f4defc3becc4638aec2c5e7c4ffa755fb0.zip |
Removed superfluous find_package call
-rw-r--r-- | framework/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/CMakeLists.txt b/framework/CMakeLists.txt index 1fbd6994..85ead14d 100644 --- a/framework/CMakeLists.txt +++ b/framework/CMakeLists.txt | |||
@@ -14,8 +14,6 @@ include(ECMGenerateHeaders) | |||
14 | include(ECMPackageConfigHelpers) | 14 | include(ECMPackageConfigHelpers) |
15 | include(KDEInstallDirs) | 15 | include(KDEInstallDirs) |
16 | 16 | ||
17 | find_package(Qt5 COMPONENTS REQUIRED Core Qml) | ||
18 | |||
19 | set(CMAKE_AUTOMOC ON) | 17 | set(CMAKE_AUTOMOC ON) |
20 | 18 | ||
21 | enable_testing() | 19 | enable_testing() |