summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/network/kernel
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/network/kernel
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/network/kernel')
-rw-r--r--tests/benchmarks/network/kernel/kernel.pro3
-rwxr-xr-xtests/benchmarks/network/kernel/qhostinfo/qhostinfo.pro2
2 files changed, 3 insertions, 2 deletions
diff --git a/tests/benchmarks/network/kernel/kernel.pro b/tests/benchmarks/network/kernel/kernel.pro
index 1ec3071f03..02e6854f4a 100644
--- a/tests/benchmarks/network/kernel/kernel.pro
+++ b/tests/benchmarks/network/kernel/kernel.pro
@@ -1,3 +1,4 @@
TEMPLATE = subdirs
-SUBDIRS = \
+
+contains(QT_CONFIG,private-tests):SUBDIRS += \
qhostinfo
diff --git a/tests/benchmarks/network/kernel/qhostinfo/qhostinfo.pro b/tests/benchmarks/network/kernel/qhostinfo/qhostinfo.pro
index e621d50e45..d456620d5a 100755
--- a/tests/benchmarks/network/kernel/qhostinfo/qhostinfo.pro
+++ b/tests/benchmarks/network/kernel/qhostinfo/qhostinfo.pro
@@ -5,7 +5,7 @@ DEPENDPATH += .
INCLUDEPATH += .
QT -= gui
-QT += network
+QT += core-private network network-private
CONFIG += release