plasma-framework/templates/CMakeLists.txt
Friedrich W. H. Kossebau 4d5793c28a Add template for Plasma QML Applet with QML extension
Summary:
Should help people to kick-off plasmoids which also
use custom QML classes.

Test Plan: Created new plasmoid from template using kdevelop.

Reviewers: #plasma, mart

Reviewed By: mart

Subscribers: plasma-devel, #frameworks

Tags: #plasma, #frameworks

Differential Revision: https://phabricator.kde.org/D5914
2017-05-19 14:23:13 +02:00

9 lines
213 B
CMake

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