diff options
| author | Elvis Angelaccio <[email protected]> | 2017-02-06 00:07:58 +0100 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2017-02-06 00:07:58 +0100 |
| commit | 62b7f9228a4dd06c6ece81df3dbfe07b077dcb7e (patch) | |
| tree | a35dd724345302c783ca38f4e1dd1cfddb2aa766 | |
| parent | f785d95171173162388633d45ef559e78eed64f6 (diff) | |
Drop no longer used dependency
KWindowSystem is no longer used since commit 230fe13d1f.
It was only pulled for `KWindowEffects::enableBlurBehind()`, which is
now in plasma-integration (triggered by KToolTipWidget).
| -rw-r--r-- | CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/CMakeLists.txt | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e3494f5a8..ad75d9ebe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,7 +63,6 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS IconThemes Completion TextWidgets - WindowSystem Notifications Crash ) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 62d11584e..87300d60c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -145,7 +145,6 @@ target_link_libraries( KF5::KIOFileWidgets KF5::Completion KF5::TextWidgets - KF5::WindowSystem KF5::ConfigCore KF5::NewStuff KF5::Parts |
