mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
cleanup some dependencies no longer used
This commit is contained in:
parent
6107e39f49
commit
d90bfc9b9f
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ include(ECMGenerateHeaders)
|
|||
include(GenerateExportHeader)
|
||||
include(FeatureSummary)
|
||||
|
||||
find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED Core Gui Widgets Qml Quick Test Sql)
|
||||
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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue