1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-04 17:30:55 +00:00

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).
This commit is contained in:
Elvis Angelaccio 2017-02-06 00:07:58 +01:00
parent f785d95171
commit 62b7f9228a
2 changed files with 0 additions and 2 deletions

View File

@ -63,7 +63,6 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
IconThemes
Completion
TextWidgets
WindowSystem
Notifications
Crash
)

View File

@ -145,7 +145,6 @@ target_link_libraries(
KF5::KIOFileWidgets
KF5::Completion
KF5::TextWidgets
KF5::WindowSystem
KF5::ConfigCore
KF5::NewStuff
KF5::Parts