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

0001 if(KWINDOWSYSTEM_X11)
0002     add_subdirectory(xcb)
0003 endif()
0004 if(KWINDOWSYSTEM_WAYLAND)
0005     add_subdirectory(wayland)
0006 endif()