plasma-framework/examples/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
490 B
CMake
Raw Permalink Normal View History

find_package(KF5Parts ${KF_DEP_VERSION} REQUIRED)
set_package_properties(KF5Parts PROPERTIES PURPOSE "Required for examples")
find_package(KF5WidgetsAddons ${KF_DEP_VERSION} REQUIRED)
set_package_properties(KF5WidgetsAddons PROPERTIES PURPOSE "Required for examples")
2013-09-04 11:34:00 +02:00
add_subdirectory(applets)
2013-09-04 12:48:34 +02:00
add_subdirectory(containments)
2013-09-04 11:56:44 +02:00
add_subdirectory(wallpapers)
add_subdirectory(dataengines)
add_subdirectory(testcontainmentactionsplugin)
add_subdirectory(developerguide)
2015-11-23 20:31:20 +01:00
add_subdirectory(shell)