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

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

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