Warning, /frameworks/kguiaddons/autotests/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 find_package(Qt${QT_MAJOR_VERSION} ${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 keysequencerecordertest.cpp 0013 kurlhandlertest.cpp 0014 LINK_LIBRARIES KF5::GuiAddons Qt${QT_MAJOR_VERSION}::Test 0015 ) 0016 ecm_add_tests(kgeourihandlertest.cpp LINK_LIBRARIES Qt${QT_MAJOR_VERSION}::Test)