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

#####################################################################
## tst_qpushbutton Test:
#####################################################################

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