mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
find ki18n
This commit is contained in:
parent
ed37c0fb76
commit
f7f2a27d54
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ include(FeatureSummary)
|
|||
find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED Core Gui Widgets Qml Quick)
|
||||
|
||||
find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS Plasma Service Declarative)
|
||||
find_package(KF5 REQUIRED COMPONENTS PlasmaQuick)
|
||||
find_package(KF5 REQUIRED COMPONENTS PlasmaQuick I18n)
|
||||
|
||||
|
||||
feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES)
|
||||
|
|
|
|||
Loading…
Reference in a new issue