Remove unused KIO dependency

icc-effect-5.26.4
Nicolas Fella 2021-06-09 16:18:41 +02:00
parent ada29cfc9a
commit 1e36e79fa3
2 changed files with 0 additions and 2 deletions

View File

@ -86,7 +86,6 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
Completion
Declarative
KCMUtils
KIO
NewStuff
Service
TextWidgets

View File

@ -19,7 +19,6 @@ target_link_libraries(kcm_kwin_scripts
KF5::I18n
KF5::KCMUtils
KF5::KIOCore
KF5::NewStuff
KF5::Package
)