mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-26 18:03:42 +03:00
new dependences: KArchive and KNotifications
This commit is contained in:
parent
664bedb839
commit
9a4be16fe4
@ -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"
|
||||
|
@ -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
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user