Remove no longer needed dependencies

The dialer was moved to plasma-dialer in [1]. It pulled in
KF5{Declarative,DBusAddons,Notifications} which are now no longer
needed.
While at it, also group in one call, which respects KF5_MIN_VERSION
for all packages, and sort it.

[1] 6107e39f49
This commit is contained in:
Heiko Becker 2020-04-22 23:08:13 +02:00
parent 27c39abe0e
commit c15c57d0a1

View file

@ -27,8 +27,13 @@ include(FeatureSummary)
find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED Core Qml Quick)
find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS Plasma Service Declarative I18n KIO)
find_package(KF5 REQUIRED COMPONENTS PlasmaQuick DBusAddons Notifications)
find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
I18n
KIO
Plasma
PlasmaQuick
Service
)
find_package(KF5Wayland CONFIG)
set_package_properties(KF5Wayland PROPERTIES
TYPE REQUIRED