Warning, /frameworks/kwidgetsaddons/autotests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 
0002 include(ECMAddTests)
0003 
0004 find_package(Qt6 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Test)
0005 
0006 ecm_add_tests(
0007   kacceleratormanagertest.cpp
0008   kcharselect_unittest.cpp
0009   kcollapsiblegroupbox_test.cpp
0010   kcolorbuttontest.cpp
0011   kdatecomboboxtest.cpp
0012   kdatepickerautotest.cpp
0013   kdatepickerpopupautotest.cpp
0014   kdatetimeedittest.cpp
0015   kdualactiontest.cpp
0016   kpixmapsequencewidgettest.cpp
0017   knewpasswordwidgettest.cpp
0018   kselectaction_unittest.cpp
0019   ksqueezedtextlabelautotest.cpp
0020   ktimecomboboxtest.cpp
0021   ktooltipwidgettest.cpp
0022   kmessagewidgetautotest.cpp
0023   kpagedialogautotest.cpp
0024   kpassworddialogautotest.cpp
0025   kpasswordlineedittest.cpp
0026   ksplittercollapserbuttontest.cpp
0027   kmultitabbartest.cpp
0028   ktwofingertaptest.cpp
0029   ktwofingerswipetest.cpp
0030   klineediteventhandlertest.cpp
0031   LINK_LIBRARIES Qt6::Test KF6::WidgetsAddons
0032 )
0033 
0034 set (CMAKE_AUTOUIC TRUE)
0035 ecm_add_test(
0036   kcolumnresizertest.cpp
0037   kcolumnresizertest-forms.ui
0038   kcolumnresizertest-grids.ui
0039   kcolumnresizertest-grid-and-form.ui
0040   TEST_NAME kcolumnresizertest
0041   NAME_PREFIX "kwidgetsaddons-"
0042   LINK_LIBRARIES Qt6::Test KF6::WidgetsAddons
0043 )