Remove unused KService dependency.

This commit is contained in:
Andrius Štikonas 2018-01-16 17:14:53 +01:00
parent 7c49044546
commit 21755cb449
2 changed files with 0 additions and 2 deletions

View File

@ -61,7 +61,6 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED
IconThemes
JobWidgets
KIO
Service
XmlGui
WidgetsAddons
OPTIONAL_COMPONENTS

View File

@ -48,7 +48,6 @@ target_link_libraries(partitionmanager ${BLKID_LIBRARIES}
KF5::IconThemes
KF5::JobWidgets
KF5::KIOWidgets
KF5::Service
KF5::WidgetsAddons
KF5::XmlGui
)