46789eb1c8
this makes easier to develop a new plasmoid, there are two templates: one is for a pure QML plasmoid the othe rone has a C++ part
6 lines
108 B
CMake
6 lines
108 B
CMake
set(apptemplate_DIRS
|
|
qml-plasmoid
|
|
cpp-plasmoid)
|
|
|
|
kdetemplate_add_app_templates(${apptemplate_DIRS})
|