summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/thread
diff options
context:
space:
mode:
authorGordon Schumacher <gordons@valleyhold.org>2010-05-03 10:38:06 (GMT)
committerOlivier Goffart <olivier.goffart@nokia.com>2010-05-03 10:38:28 (GMT)
commitf275b24b3c38359ab0fedab340bad230d764a0d1 (patch)
tree59c0be1bbc359f75062d0e5e1af432776c05f360 /tests/benchmarks/corelib/thread
parent68de350953841e5789656831b08099a6d136c397 (diff)
downloadQt-f275b24b3c38359ab0fedab340bad230d764a0d1.zip
Qt-f275b24b3c38359ab0fedab340bad230d764a0d1.tar.gz
Qt-f275b24b3c38359ab0fedab340bad230d764a0d1.tar.bz2
Do not link QtGui in benchmarks which don't need it
Merge-request: 598 Reviewed-by: Olivier Goffart <olivier.goffart@nokia.com> Reviewed-by: Joao
Diffstat (limited to 'tests/benchmarks/corelib/thread')
-rw-r--r--tests/benchmarks/corelib/thread/qthreadstorage/qthreadstorage.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmarks/corelib/thread/qthreadstorage/qthreadstorage.pro b/tests/benchmarks/corelib/thread/qthreadstorage/qthreadstorage.pro
index 654b7b6..e8014d6 100644
--- a/tests/benchmarks/corelib/thread/qthreadstorage/qthreadstorage.pro
+++ b/tests/benchmarks/corelib/thread/qthreadstorage/qthreadstorage.pro
@@ -3,4 +3,4 @@ TEMPLATE = app
TARGET = tst_bench_qthreadstorage
SOURCES += tst_qthreadstorage.cpp
-
+QT -= gui