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

#####################################################################
## tst_bench_opengl Binary:
#####################################################################

add_qt_benchmark(tst_bench_opengl
    SOURCES
        main.cpp
    DEFINES
        QT_DISABLE_DEPRECATED_BEFORE=0
    LIBRARIES
        Qt::CorePrivate
        Qt::GuiPrivate
        Qt::OpenGLPrivate
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::OpenGL
        Qt::Test
)

#### Keys ignored in scope 1:.:.:opengl.pro:<TRUE>:
# TEMPLATE = "app"