old test applets live now in examples
This commit is contained in:
parent
4291b0d20e
commit
8f74e67f9d
@ -195,7 +195,8 @@ install(FILES
|
|||||||
|
|
||||||
################# list the subdirectories #################
|
################# list the subdirectories #################
|
||||||
add_subdirectory(src)
|
add_subdirectory(src)
|
||||||
add_subdirectory( desktoptheme )
|
add_subdirectory(desktoptheme)
|
||||||
|
add_subdirectory(examples)
|
||||||
|
|
||||||
install(EXPORT PlasmaTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}" FILE PlasmaTargets.cmake NAMESPACE KF5:: COMPONENT Devel)
|
install(EXPORT PlasmaTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}" FILE PlasmaTargets.cmake NAMESPACE KF5:: COMPONENT Devel)
|
||||||
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
|
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
|
||||||
|
1
examples/CMakeLists.txt
Normal file
1
examples/CMakeLists.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
add_subdirectory(applets)
|
4
examples/applets/CMakeLists.txt
Normal file
4
examples/applets/CMakeLists.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
plasma_install_package(conditionalloader org.kde.example.conditionalloader)
|
||||||
|
plasma_install_package(testcomponents org.kde.example.testcomponents)
|
||||||
|
plasma_install_package(testshaders org.kde.example.testshaders)
|
@ -24,7 +24,7 @@ X-KDE-PluginInfo-Author=Marco Martin
|
|||||||
X-KDE-PluginInfo-Category=
|
X-KDE-PluginInfo-Category=
|
||||||
X-KDE-PluginInfo-Email=mart@kde.org
|
X-KDE-PluginInfo-Email=mart@kde.org
|
||||||
X-KDE-PluginInfo-License=GPLv2+
|
X-KDE-PluginInfo-License=GPLv2+
|
||||||
X-KDE-PluginInfo-Name=org.kde.testapplet
|
X-KDE-PluginInfo-Name=org.kde.example.conditionalloader
|
||||||
X-KDE-PluginInfo-Version=
|
X-KDE-PluginInfo-Version=
|
||||||
X-KDE-PluginInfo-Website=
|
X-KDE-PluginInfo-Website=
|
||||||
X-Plasma-MainScript=ui/main.qml
|
X-Plasma-MainScript=ui/main.qml
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
@ -25,7 +25,7 @@ X-KDE-PluginInfo-Author=Sebastian Kügler
|
|||||||
X-KDE-PluginInfo-Category=Development Tools
|
X-KDE-PluginInfo-Category=Development Tools
|
||||||
X-KDE-PluginInfo-Email=sebas@kde.org
|
X-KDE-PluginInfo-Email=sebas@kde.org
|
||||||
X-KDE-PluginInfo-License=GPLv2+
|
X-KDE-PluginInfo-License=GPLv2+
|
||||||
X-KDE-PluginInfo-Name=org.kde.testcomponentsapplet
|
X-KDE-PluginInfo-Name=org.kde.example.testcomponents
|
||||||
X-KDE-PluginInfo-Version=
|
X-KDE-PluginInfo-Version=
|
||||||
X-KDE-PluginInfo-Website=
|
X-KDE-PluginInfo-Website=
|
||||||
X-Plasma-MainScript=ui/testcomponents.qml
|
X-Plasma-MainScript=ui/testcomponents.qml
|
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
@ -33,7 +33,7 @@ X-KDE-PluginInfo-Author=Sebastian Kügler
|
|||||||
X-KDE-PluginInfo-Category=Graphics
|
X-KDE-PluginInfo-Category=Graphics
|
||||||
X-KDE-PluginInfo-Email=sebas@kde.org
|
X-KDE-PluginInfo-Email=sebas@kde.org
|
||||||
X-KDE-PluginInfo-License=GPLv2+
|
X-KDE-PluginInfo-License=GPLv2+
|
||||||
X-KDE-PluginInfo-Name=org.kde.testshaderapplet
|
X-KDE-PluginInfo-Name=org.kde.example.testshaders
|
||||||
X-KDE-PluginInfo-Version=
|
X-KDE-PluginInfo-Version=
|
||||||
X-KDE-PluginInfo-Website=
|
X-KDE-PluginInfo-Website=
|
||||||
X-Plasma-MainScript=ui/testshaderapplet.qml
|
X-Plasma-MainScript=ui/testshaderapplet.qml
|
@ -104,5 +104,4 @@ endif(X11_FOUND)
|
|||||||
|
|
||||||
install(TARGETS plasma-shell ${INSTALL_TARGETS_DEFAULT_ARGS})
|
install(TARGETS plasma-shell ${INSTALL_TARGETS_DEFAULT_ARGS})
|
||||||
|
|
||||||
add_subdirectory(applets)
|
|
||||||
add_subdirectory(qmlpackages)
|
add_subdirectory(qmlpackages)
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
|
|
||||||
plasma_install_package(testapplet org.kde.testapplet)
|
|
||||||
plasma_install_package(testcomponentsapplet org.kde.testcomponentsapplet)
|
|
||||||
plasma_install_package(testshaderapplet org.kde.testshaderapplet)
|
|
Loading…
Reference in New Issue
Block a user