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

if(NOT TARGET Qt::OpenGL)
    return()
endif()

#####################################################################
## tst_qglbuffer Test:
#####################################################################

add_qt_test(tst_qglbuffer
    SOURCES
        tst_qglbuffer.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::OpenGL
        Qt::Widgets
)

#### Keys ignored in scope 1:.:.:qglbuffer.pro:<TRUE>:
# _REQUIREMENTS = "qtHaveModule(opengl)"