Warning, /frameworks/kguiaddons/autotests/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 find_package(Qt6 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Test)
0002
0003 remove_definitions(-DQT_NO_CAST_FROM_ASCII)
0004
0005 include(ECMAddTests)
0006
0007 ecm_add_tests(
0008 kwordwraptest.cpp
0009 kcolorutilstest.cpp
0010 kiconutilstest.cpp
0011 kcursorsavertest.cpp
0012 kkeysequencerecordertest.cpp
0013 kurlhandlertest.cpp
0014 kcountryflagemojiiconenginetest.cpp
0015 LINK_LIBRARIES KF6::GuiAddons Qt6::Test
0016 )
0017 ecm_add_tests(kgeourihandlertest.cpp LINK_LIBRARIES Qt6::Test)