Warning, /frameworks/plasma-framework/examples/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 find_package(KF5Parts ${KF_DEP_VERSION} REQUIRED) 0002 set_package_properties(KF5Parts PROPERTIES PURPOSE "Required for examples") 0003 0004 find_package(KF5WidgetsAddons ${KF_DEP_VERSION} REQUIRED) 0005 set_package_properties(KF5WidgetsAddons PROPERTIES PURPOSE "Required for examples") 0006 0007 add_subdirectory(applets) 0008 add_subdirectory(containments) 0009 add_subdirectory(wallpapers) 0010 add_subdirectory(dataengines) 0011 add_subdirectory(testcontainmentactionsplugin) 0012 add_subdirectory(developerguide) 0013 add_subdirectory(shell)