summaryrefslogtreecommitdiff
path: root/tests/benchmarks/corelib
diff options
context:
space:
mode:
authorJo Asplin <jo.asplin@nokia.com>2011-06-27 10:42:40 +0200
committerRohan McGovern <rohan.mcgovern@nokia.com>2011-07-26 14:19:18 +1000
commitc45778346486439a67ec0102b5b40e0911efefb2 (patch)
tree0316762678412b99aee014899520634a8c9a354b /tests/benchmarks/corelib
parent0a6fb0ba35a3477901a0aec13d194529fe872306 (diff)
downloadqt4-tools-c45778346486439a67ec0102b5b40e0911efefb2.tar.gz
Compile on symbian^3
Applies the fix of Commit 9c1e358df4b0af1a6299ea7932f8b2e8af840873 (review by Liang Qi) to four more test cases. Change-Id: I1483d4b7c2aecde960af5d98fb8b772aeba20ec5 Reviewed-by: Sergio Ahumada Reviewed-by: Liang Qi
Diffstat (limited to 'tests/benchmarks/corelib')
-rw-r--r--tests/benchmarks/corelib/io/qdir/tree/tree.pro5
-rw-r--r--tests/benchmarks/corelib/thread/qthreadstorage/qthreadstorage.pro5
2 files changed, 10 insertions, 0 deletions
diff --git a/tests/benchmarks/corelib/io/qdir/tree/tree.pro b/tests/benchmarks/corelib/io/qdir/tree/tree.pro
index 773f0f7ccd..24a667e420 100644
--- a/tests/benchmarks/corelib/io/qdir/tree/tree.pro
+++ b/tests/benchmarks/corelib/io/qdir/tree/tree.pro
@@ -9,3 +9,8 @@ SOURCES += bench_qdir_tree.cpp
RESOURCES += bench_qdir_tree.qrc
QT -= gui
+
+symbian: {
+ TARGET.CAPABILITY = NetworkServices
+ INCLUDEPATH *= $$MW_LAYER_SYSTEMINCLUDE
+}
diff --git a/tests/benchmarks/corelib/thread/qthreadstorage/qthreadstorage.pro b/tests/benchmarks/corelib/thread/qthreadstorage/qthreadstorage.pro
index e8014d6ccc..6e823ff6ec 100644
--- a/tests/benchmarks/corelib/thread/qthreadstorage/qthreadstorage.pro
+++ b/tests/benchmarks/corelib/thread/qthreadstorage/qthreadstorage.pro
@@ -4,3 +4,8 @@ TARGET = tst_bench_qthreadstorage
SOURCES += tst_qthreadstorage.cpp
QT -= gui
+
+symbian: {
+ TARGET.CAPABILITY = NetworkServices
+ INCLUDEPATH *= $$MW_LAYER_SYSTEMINCLUDE
+}