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

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