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

#####################################################################
## tst_qwidgetaction Test:
#####################################################################

qt_add_test(tst_qwidgetaction
    SOURCES
        tst_qwidgetaction.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::TestPrivate
        Qt::Widgets
)