old test applets live now in examples

This commit is contained in:
Marco Martin 2013-09-04 11:34:00 +02:00
parent 4291b0d20e
commit 8f74e67f9d
37 changed files with 10 additions and 9 deletions

View File

@ -195,7 +195,8 @@ install(FILES
################# list the subdirectories #################
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)
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)

1
examples/CMakeLists.txt Normal file
View File

@ -0,0 +1 @@
add_subdirectory(applets)

View 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)

View File

@ -24,7 +24,7 @@ X-KDE-PluginInfo-Author=Marco Martin
X-KDE-PluginInfo-Category=
X-KDE-PluginInfo-Email=mart@kde.org
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-Website=
X-Plasma-MainScript=ui/main.qml

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -25,7 +25,7 @@ X-KDE-PluginInfo-Author=Sebastian Kügler
X-KDE-PluginInfo-Category=Development Tools
X-KDE-PluginInfo-Email=sebas@kde.org
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-Website=
X-Plasma-MainScript=ui/testcomponents.qml

View File

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 85 KiB

View File

@ -33,7 +33,7 @@ X-KDE-PluginInfo-Author=Sebastian Kügler
X-KDE-PluginInfo-Category=Graphics
X-KDE-PluginInfo-Email=sebas@kde.org
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-Website=
X-Plasma-MainScript=ui/testshaderapplet.qml

View File

@ -104,5 +104,4 @@ endif(X11_FOUND)
install(TARGETS plasma-shell ${INSTALL_TARGETS_DEFAULT_ARGS})
add_subdirectory(applets)
add_subdirectory(qmlpackages)

View File

@ -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)