summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/gui/text/qtext/qtext.pro
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/gui/text/qtext/qtext.pro
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/gui/text/qtext/qtext.pro')
-rw-r--r--tests/benchmarks/gui/text/qtext/qtext.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/benchmarks/gui/text/qtext/qtext.pro b/tests/benchmarks/gui/text/qtext/qtext.pro
index 1c18302a39..27465b0897 100644
--- a/tests/benchmarks/gui/text/qtext/qtext.pro
+++ b/tests/benchmarks/gui/text/qtext/qtext.pro
@@ -1,4 +1,7 @@
load(qttest_p4)
+
+QT += gui-private
+
TEMPLATE = app
TARGET = tst_bench_QText
@@ -11,4 +14,4 @@ symbian* {
DEPLOYMENT += addFiles
} else {
DEFINES += SRCDIR=\\\"$$PWD/\\\"
-} \ No newline at end of file
+}