Warning, /plasma/xdg-desktop-portal-kde/autotests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 ecm_add_tests(
0002     xdgshortcuttest.cpp
0003 
0004     LINK_LIBRARIES Qt::Test Qt::Gui
0005 )
0006 target_sources(xdgshortcuttest PRIVATE ${CMAKE_SOURCE_DIR}/src/xdgshortcut.cpp)
0007 if (QT_MAJOR_VERSION EQUAL "6")
0008     target_link_libraries(xdgshortcuttest Qt::GuiPrivate)
0009 elseif (QT_MAJOR_VERSION EQUAL "5")
0010     target_link_libraries(xdgshortcuttest Qt::XkbCommonSupportPrivate PkgConfig::XKB)
0011 endif()