mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Add compile time dependency on Kirigami Addons
This commit is contained in:
parent
a0fe7284ee
commit
632ac9d5cf
1 changed files with 1 additions and 1 deletions
|
|
@ -66,6 +66,7 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
|
|||
KCMUtils
|
||||
Declarative
|
||||
)
|
||||
find_package(KF5KirigamiAddons 0.6 REQUIRED)
|
||||
|
||||
find_package(LibKWorkspace CONFIG REQUIRED)
|
||||
|
||||
|
|
@ -77,7 +78,6 @@ set_package_properties(KWinDBusInterface PROPERTIES DESCRIPTION "KWin DBus inter
|
|||
|
||||
include(CheckIncludeFiles)
|
||||
|
||||
ecm_find_qmlmodule(org.kde.kirigamiaddons.labs.mobileform 0.1)
|
||||
ecm_find_qmlmodule(org.kde.pipewire 0.1)
|
||||
|
||||
plasma_install_package(look-and-feel org.kde.plasma.phone look-and-feel)
|
||||
|
|
|
|||
Loading…
Reference in a new issue