summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/network/kernel/qhostinfo/qhostinfo.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/network/kernel/qhostinfo/qhostinfo.pro')
-rwxr-xr-xtests/benchmarks/network/kernel/qhostinfo/qhostinfo.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/benchmarks/network/kernel/qhostinfo/qhostinfo.pro b/tests/benchmarks/network/kernel/qhostinfo/qhostinfo.pro
index e621d50..b242d60 100755
--- a/tests/benchmarks/network/kernel/qhostinfo/qhostinfo.pro
+++ b/tests/benchmarks/network/kernel/qhostinfo/qhostinfo.pro
@@ -11,3 +11,8 @@ CONFIG += release
# Input
SOURCES += main.cpp
+
+symbian: {
+ TARGET.CAPABILITY = NetworkServices
+ INCLUDEPATH *= $$MW_LAYER_SYSTEMINCLUDE
+}