cmake fixes

- finally remove KDE4_KIO_LIBS
- change KDeclarative to KF5::KDeclarative
- add KService where needed
wilder-5.14
Sebastian Kügler 13 years ago
parent fea9031fdf
commit c508df38ab
  1. 4
      CMakeLists.txt

@ -77,7 +77,7 @@ target_link_libraries(plasma-shell
${Qt5Quick_LIBRARIES}
${Qt5Qml_LIBRARIES}
${KCore_LIBRARIES}
${KDE4_KIO_LIBS}
KF5::KIOCore
${KWindowSystem_LIBRARIES}
${KCoreAddons_LIBRARIES}
plasma
@ -85,7 +85,7 @@ target_link_libraries(plasma-shell
${Qt5Script_LIBRARIES}
${KDE4Support_LIBRARIES}
${Solid_LIBRARIES}
KDeclarative
KF5::KDeclarative
KF5::KI18n
KF5::XmlGui
)

Loading…
Cancel
Save