From c508df38ab478283b1549f81ba7407140fa1e656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCgler?= Date: Fri, 4 Oct 2013 19:18:34 +0200 Subject: [PATCH] cmake fixes - finally remove KDE4_KIO_LIBS - change KDeclarative to KF5::KDeclarative - add KService where needed --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 37ce09584..dd5670f12 100644 --- a/CMakeLists.txt +++ b/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 )