Add compile time dependency on Kirigami Addons

This commit is contained in:
Devin Lin 2022-11-28 21:57:13 -05:00
parent a0fe7284ee
commit 632ac9d5cf

View file

@ -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)