From 9a4be16fe499194b97d9a08857ee166b3688e981 Mon Sep 17 00:00:00 2001 From: Johan Smith Agudelo Rodriguez Date: Mon, 20 Mar 2017 12:01:16 -0500 Subject: [PATCH] new dependences: KArchive and KNotifications --- CMakeLists.txt | 4 ++-- app/CMakeLists.txt | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bf78c7f98..89eb38773 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,8 +18,8 @@ set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED NO_MODULE COMPONENTS Quick Qml DBus) find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS - Plasma PlasmaQuick WindowSystem Declarative Activities - I18n CoreAddons XmlGui DBusAddons IconThemes Wayland) + Plasma PlasmaQuick WindowSystem Declarative Activities Notifications + I18n CoreAddons Archive XmlGui DBusAddons IconThemes Wayland) find_package(X11 REQUIRED) set_package_properties(X11 PROPERTIES DESCRIPTION "X11 libraries" diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index f36c887f7..39b8a6a96 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -31,10 +31,12 @@ target_link_libraries(latte-dock KF5::DBusAddons KF5::Declarative KF5::CoreAddons + KF5::Archive KF5::XmlGui KF5::Plasma KF5::PlasmaQuick KF5::Activities + KF5::Notifications KF5::QuickAddons KF5::WaylandClient )