Warning, /frameworks/kxmlgui/autotests/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 0002 find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} CONFIG REQUIRED Xml Test) 0003 0004 include(ECMAddTests) 0005 0006 ecm_add_tests( 0007 kactioncategorytest.cpp 0008 kactioncollectiontest.cpp 0009 LINK_LIBRARIES Qt${QT_MAJOR_VERSION}::Test KF5::XmlGui 0010 ) 0011 ecm_add_tests( 0012 kmainwindow_unittest.cpp 0013 ktoolbar_unittest.cpp 0014 ktooltiphelper_unittest.cpp 0015 kxmlgui_unittest.cpp 0016 GUI 0017 LINK_LIBRARIES Qt${QT_MAJOR_VERSION}::Test KF5::IconThemes KF5::XmlGui 0018 ) 0019 0020 set_tests_properties(ktoolbar_unittest PROPERTIES RUN_SERIAL TRUE) # it wipes out ~/.qttest/share