Merge remote-tracking branch 'origin/Plasma/5.15'

This commit is contained in:
Heiko Becker 2019-01-18 14:49:43 +01:00
commit ad5700b812

View file

@ -115,6 +115,13 @@ set_package_properties(KF5DocTools PROPERTIES
)
add_feature_info("KF5DocTools" KF5DocTools_FOUND "Enable building documentation")
find_package(KF5Kirigami2 ${KF5_MIN_VERSION} CONFIG)
set_package_properties(KF5Kirigami2 PROPERTIES
DESCRIPTION "A QtQuick based components set"
PURPOSE "Required at runtime for Virtual desktop KCM and the virtual keyboard"
TYPE RUNTIME
)
find_package(KDecoration2 5.13.0 CONFIG REQUIRED)
find_package(KScreenLocker CONFIG REQUIRED)