From ce00ca976e72c1ec3b8ffdef3f99798a0773302f Mon Sep 17 00:00:00 2001 From: Kevin Ottens Date: Tue, 22 Oct 2013 17:57:55 +0200 Subject: [PATCH] KDE4Attic is gone --- CMakeLists.txt | 2 +- src/plasma/CMakeLists.txt | 4 +++- src/scriptengines/qml/CMakeLists.txt | 3 +-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 033d1f71b..b0842bbe6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ find_package(KF5 MODULE REQUIRED COMPONENTS CMake Compiler InstallDirs KIdleTime ItemModels KWidgetsAddons KWindowSystem KCodecs KArchive KCoreAddons Solid ThreadWeaver KConfig KAuth KJS KWallet KDBusAddons KI18n KGuiAddons KConfigWidgets KService ItemViews KNotifications KIconThemes KCompletion KJobWidgets KConfigWidgets Sonnet KTextWidgets XmlGui KCrash KDeclarative - KBookmarks KUnitConversion KDE4Attic Kross) + KBookmarks KUnitConversion Kross) #find_package(KF5Transitional REQUIRED) # those are not "done" yet: diff --git a/src/plasma/CMakeLists.txt b/src/plasma/CMakeLists.txt index 4a4ff3489..e7722f409 100644 --- a/src/plasma/CMakeLists.txt +++ b/src/plasma/CMakeLists.txt @@ -133,6 +133,7 @@ target_link_libraries(Plasma Qt5::Svg Qt5::DBus Qt5::UiTools + Qt5::Xml KF5::KArchive KF5::KGuiAddons KF5::KIconThemes @@ -144,7 +145,8 @@ target_link_libraries(Plasma KF5::KWindowSystem KF5::KAuth KF5::KDeclarative - KF5::KDE4Attic + KF5::XmlGui + KF5::KConfigWidgets ${PLASMA_EXTRA_LIBS} ) diff --git a/src/scriptengines/qml/CMakeLists.txt b/src/scriptengines/qml/CMakeLists.txt index c05be5682..6074b506e 100644 --- a/src/scriptengines/qml/CMakeLists.txt +++ b/src/scriptengines/qml/CMakeLists.txt @@ -24,8 +24,7 @@ target_link_libraries(plasma_appletscript_declarative Qt5::Script Qt5::UiTools KF5::KIOCore - KF5::KIOWidgets - KF5::KDE4Attic + KF5::KIOWidgets KF5::KDeclarative KF5::KI18n Plasma