summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/opengl
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-05-11 14:00:53 +1000
committerRohan McGovern <rohan.mcgovern@nokia.com>2011-05-11 17:04:12 +1000
commitce26a6fd2bfa3241fa801ebf28b61d740be1f1b4 (patch)
tree911d2a4616ba5095cecdb4368df8fe678566d0e9 /tests/benchmarks/opengl
parent427d32a3b8a2a80b3386a3acf29e93c197454b7a (diff)
tests: make benchmarks compile or disable those which don't compile
Reviewed-by: Jason McDonald Change-Id: Idc9fa4722b59f9b75d5e4a91bbfd0ae068d29b3d
Diffstat (limited to 'tests/benchmarks/opengl')
-rw-r--r--tests/benchmarks/opengl/opengl.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/benchmarks/opengl/opengl.pro b/tests/benchmarks/opengl/opengl.pro
index b510c2bb06..8646413bc7 100644
--- a/tests/benchmarks/opengl/opengl.pro
+++ b/tests/benchmarks/opengl/opengl.pro
@@ -4,9 +4,9 @@ TARGET = tst_bench_opengl
DEPENDPATH += .
INCLUDEPATH += .
-QT += opengl
+QT += core-private gui-private opengl opengl-private
# Input
SOURCES += main.cpp
-include(../trusted-benchmarks.pri) \ No newline at end of file
+include(../trusted-benchmarks.pri)