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

#####################################################################
## tst_qopenglwindow Test:
#####################################################################

add_qt_test(tst_qopenglwindow
    SOURCES
        tst_qopenglwindow.cpp
    LIBRARIES
        Qt::CorePrivate
        Qt::GuiPrivate
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::OpenGL
)