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

#####################################################################
## tst_qwidget_window Test:
#####################################################################

qt_add_test(tst_qwidget_window
    SOURCES
        tst_qwidget_window.cpp
    PUBLIC_LIBRARIES
        Qt::CorePrivate
        Qt::Gui
        Qt::GuiPrivate
        Qt::TestPrivate
        Qt::Widgets
)