1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-27 06:03:51 +03:00

new dependences: KArchive and KNotifications

This commit is contained in:
Johan Smith Agudelo Rodriguez 2017-03-20 12:01:16 -05:00
parent 664bedb839
commit 9a4be16fe4
2 changed files with 4 additions and 2 deletions

View File

@ -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"

View File

@ -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
)