all plasma shortcuts are emacs-style now, starting with alt-d, to avoid conflicts.
[kdebase.git] / CMakeLists.txt
blobf57ea6e177ed3dc46161fd5b9bd8f80c25e088f2
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 macro_optional_add_subdirectory( runtime )
22 macro_optional_add_subdirectory( apps )
24 if ( NOT Q_WS_MAC )
25    macro_optional_add_subdirectory( workspace )
26 endif ( NOT Q_WS_MAC )
28 macro_display_feature_log()