create a setup mode for the kcm where the screensaver starts with plasma unlocked...
[kdebase.git] / CMakeLists.txt
blob28f7ee79564afe877d7c30d2cb31f47bc9dff7b6
1 project(kdebase)
5 # WARNING!
6
7 # Existence of this file is mere convenience to developers! it is not part of KDE
8 # release. Adding anything here is almost always entirely wrong. Please add it
9 # to one of the subdirectories.
11 # If you don't understand this warning, contact release-team@kde.org
15 # search packages used by KDE
16 find_package(KDE4 REQUIRED)
17 include (KDE4Defaults)
18 include (MacroLibrary)
20 include_directories (${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES})
22 if ( EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/runtime )
23     add_subdirectory( runtime )
24 endif ( EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/runtime )
26 if ( EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/apps )
27     add_subdirectory( apps )
28 endif ( EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/apps )
30 if ( NOT Q_WS_MAC AND EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/workspace )
31    add_subdirectory( workspace )
32 endif ( NOT Q_WS_MAC AND EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/workspace )
34 macro_display_feature_log()