4d5793c28a
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
9 lines
213 B
CMake
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})
|