2014-06-01 12:32:59 +02:00
|
|
|
find_package(KF5Parts ${KF5_DEP_VERSION} REQUIRED)
|
2014-04-05 19:17:38 +02:00
|
|
|
set_package_properties(KF5Parts PROPERTIES PURPOSE "Required for examples")
|
|
|
|
|
2014-06-01 12:32:59 +02:00
|
|
|
find_package(KF5WidgetsAddons ${KF5_DEP_VERSION} REQUIRED)
|
2014-04-05 19:17:38 +02:00
|
|
|
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)
|
2014-04-05 19:17:38 +02:00
|
|
|
add_subdirectory(dataengines)
|
2014-05-16 18:10:24 +02:00
|
|
|
add_subdirectory(testcontainmentactionsplugin)
|