Warning, /plasma/kwayland/autotests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 include(ECMMarkAsTest)
0002 
0003 find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} CONFIG REQUIRED Test)
0004 
0005 remove_definitions(-DQT_NO_CAST_FROM_BYTEARRAY)
0006 remove_definitions(-DQT_NO_CAST_FROM_ASCII)
0007 remove_definitions(-DQT_NO_CAST_TO_ASCII)
0008 
0009 add_subdirectory(client)
0010 
0011 # The server part of this repo has been moved to Plasma kwayland-server since 5.73
0012 if(EXCLUDE_DEPRECATED_BEFORE_AND_AT VERSION_LESS 5.74.0)
0013     add_subdirectory(server)
0014 endif()