summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qwindow/CMakeLists.txt
blob: cfd17219bddfca694aafbd69fe26bfd9039a697c (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 AND NOT WINRT
    PUBLIC_LIBRARIES
        user32
)