354bd71296
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
10 lines
253 B
CMake
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})
|