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

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

#####################################################################
## tst_qglfunctions Test:
#####################################################################

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

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