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

#####################################################################
## tst_qopenglwidget Test:
#####################################################################

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