summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qcheckbox/CMakeLists.txt
blob: 1c44111753a1363a9e763f2cd452e300a9aaf1ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Generated from qcheckbox.pro.

#####################################################################
## tst_qcheckbox Test:
#####################################################################

qt_add_test(tst_qcheckbox
    SOURCES
        tst_qcheckbox.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Widgets
)