Warning, /frameworks/kdeclarative/src/qmlcontrols/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 
0002 add_subdirectory(draganddrop)
0003 add_subdirectory(kquickcontrolsaddons)
0004 add_subdirectory(kcmcontrols)
0005 add_subdirectory(graphicaleffects)
0006 
0007 if(KF5I18n_FOUND AND KF5Config_FOUND AND KF5WidgetsAddons_FOUND AND KF5WindowSystem_FOUND AND KF5GlobalAccel_FOUND AND KF5KIO_FOUND AND KF5GuiAddons_FOUND)
0008     add_subdirectory(kquickcontrols)
0009 endif()
0010 
0011 if(KF5CoreAddons_FOUND)
0012     add_subdirectory(kcoreaddons)
0013 endif()
0014 
0015 
0016 # TODO KF6 remove the KIO plugin
0017 if(KF5KIO_FOUND)
0018     if(NOT EXCLUDE_DEPRECATED_BEFORE_AND_AT STREQUAL "CURRENT" AND
0019     EXCLUDE_DEPRECATED_BEFORE_AND_AT VERSION_LESS 5.89.0)
0020         add_subdirectory(kioplugin)
0021     endif()
0022 endif()
0023 
0024 if (KF5WindowSystem_FOUND)
0025     add_subdirectory(kwindowsystemplugin)
0026 endif()
0027 
0028 if (KF5Config_FOUND)
0029     add_subdirectory(kconfig)
0030 endif()