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

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

#####################################################################
## tst_qglthreads Test:
#####################################################################

add_qt_test(tst_qglthreads
    SOURCES
        tst_qglthreads.cpp tst_qglthreads.h
    LIBRARIES
        Qt::CorePrivate
        Qt::GuiPrivate
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::OpenGL
        Qt::Widgets
)

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