diff --git a/shell/CMakeLists.txt b/shell/CMakeLists.txt index 2b6ab71a3..503e9a256 100644 --- a/shell/CMakeLists.txt +++ b/shell/CMakeLists.txt @@ -52,3 +52,4 @@ install(TARGETS testplasma2 ${INSTALL_TARGETS_DEFAULT_ARGS}) add_subdirectory(qmlpackages) installPackage(testcontainment org.kde.testcontainment) installPackage(testapplet org.kde.testapplet) +installPackage(testcomponentsapplet org.kde.testcomponentsapplet) diff --git a/shell/desktopcorona.cpp b/shell/desktopcorona.cpp index aab69b617..46ff04dc4 100644 --- a/shell/desktopcorona.cpp +++ b/shell/desktopcorona.cpp @@ -56,6 +56,12 @@ void DesktopCorona::loadDefaultLayout() Plasma::Applet *appl = cont->addApplet("org.kde.testapplet"); qDebug() << "Containment:" << cont << cont->title(); qDebug() << "Applet:" << appl->title() << appl; + + /* + Plasma::Applet *cappl = cont->addApplet("org.kde.testcomponentsapplet"); + qDebug() << "Applet:" << cappl->title() << cappl->icon(); + */ + } void DesktopCorona::checkScreens(bool signalWhenExists)