summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/opengl/opengl.pro
blob: 1fc9c7d187665db494f7669e5095bcbef22b3412 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
load(qttest_p4)

# do not run benchmarks by default in 'make check'
CONFIG -= testcase

TEMPLATE = app
TARGET = tst_bench_opengl
DEPENDPATH += .
INCLUDEPATH += .

QT += core-private gui-private opengl opengl-private

# Input
SOURCES += main.cpp

include(../trusted-benchmarks.pri)