summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qwindow/CMakeLists.txt
blob: 60603a219b45139cdcfb80a4e2d1e0a342887e4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Generated from qwindow.pro.

#####################################################################
## tst_qwindow Test:
#####################################################################

add_qt_test(tst_qwindow
    SOURCES
        tst_qwindow.cpp
    PUBLIC_LIBRARIES
        Qt::CorePrivate
        Qt::Gui
        Qt::GuiPrivate
)

## Scopes:
#####################################################################

extend_target(tst_qwindow CONDITION QT_FEATURE_dynamicgl AND WIN32
    PUBLIC_LIBRARIES
        user32
)