plasma-framework/templates/CMakeLists.txt
Friedrich W. H. Kossebau 354bd71296 Add template for Plasma wallpaper with QML extension
Summary:
Allows to quickly start a new wallpaper which also wants to use a custom QML
extension.

Reviewers: mart

Reviewed By: mart

Subscribers: #frameworks

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D10849
2018-04-03 16:38:14 +02:00

10 lines
253 B
CMake

set(apptemplate_DIRS
qml-plasmoid
qml-plasmoid-with-qml-extension
cpp-plasmoid
plasma-wallpaper
plasma-wallpaper-with-qml-extension
)
kde_package_app_templates(TEMPLATES ${apptemplate_DIRS} INSTALL_DIR ${KDE_INSTALL_KTEMPLATESDIR})