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

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

qt_add_test(tst_qopenglwidget
    LOWDPI
    SOURCES
        tst_qopenglwidget.cpp
    PUBLIC_LIBRARIES
        Qt::CorePrivate
        Qt::Gui
        Qt::GuiPrivate
        Qt::OpenGL
        Qt::OpenGLPrivate
        Qt::OpenGLWidgets
        Qt::Widgets
)