Warning, /frameworks/kxmlgui/autotests/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001
0002 find_package(Qt6 ${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 Qt6::Test KF6::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 Qt6::Test KF6::IconThemes KF6::XmlGui
0018 )
0019
0020 set_tests_properties(ktoolbar_unittest PROPERTIES RUN_SERIAL TRUE) # it wipes out ~/.qttest/share