summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/thread/thread.pro
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2013-10-17 16:01:17 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-15 15:42:35 +0100
commit3d2691ae77a5d18a8788540f4e7bf1352261a565 (patch)
tree02c646f783b464700bbcd005ce7d2fd8186a23df /tests/benchmarks/corelib/thread/thread.pro
parent7e468353c30fdd039425b423a75a840ce8f26fb3 (diff)
Benchmark for QWaitCondition
Change-Id: I89fc0819324c12030bc23ba080b21f3d8d5c9852 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/benchmarks/corelib/thread/thread.pro')
-rw-r--r--tests/benchmarks/corelib/thread/thread.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/benchmarks/corelib/thread/thread.pro b/tests/benchmarks/corelib/thread/thread.pro
index d7f65a911d..4e602ceb4e 100644
--- a/tests/benchmarks/corelib/thread/thread.pro
+++ b/tests/benchmarks/corelib/thread/thread.pro
@@ -3,3 +3,4 @@ SUBDIRS = \
qmutex \
qthreadstorage \
qthreadpool \
+ qwaitcondition \