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

0001 if(APPLE)
0002     add_subdirectory(osx)
0003 endif()
0004 if(WIN32)
0005     add_subdirectory(windows)
0006 endif()
0007 if(KWINDOWSYSTEM_HAVE_X11)
0008     add_subdirectory(xcb)
0009 endif()