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

#####################################################################
## tst_qaction Test:
#####################################################################

add_qt_test(tst_qaction
    SOURCES
        tst_qaction.cpp
    LIBRARIES
        Qt::CorePrivate
        Qt::GuiPrivate
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Widgets
)