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 )
25 macro_optional_add_subdirectory( workspace )
26 endif ( NOT Q_WS_MAC )
28 macro_display_feature_log()