summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@accenture.com>2011-03-17 14:55:20 (GMT)
committerShane Kearns <shane.kearns@accenture.com>2011-03-17 14:57:55 (GMT)
commit2e2c3aab63b066aa2321792e6adeab76d12c77d1 (patch)
tree0ea54b2b35187d427ce41598ed019669f7f3231d /tests
parent1adef92e1b1ba9872c9676efd701eb0fd0a3a907 (diff)
downloadQt-2e2c3aab63b066aa2321792e6adeab76d12c77d1.zip
Qt-2e2c3aab63b066aa2321792e6adeab76d12c77d1.tar.gz
Qt-2e2c3aab63b066aa2321792e6adeab76d12c77d1.tar.bz2
tst_qudpsocket - fix capabilities
Reviewed-by: Trust Me
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qudpsocket/clientserver/clientserver.pro2
-rw-r--r--tests/auto/qudpsocket/qudpsocket.pro2
-rw-r--r--tests/auto/qudpsocket/test/test.pro2
3 files changed, 2 insertions, 4 deletions
diff --git a/tests/auto/qudpsocket/clientserver/clientserver.pro b/tests/auto/qudpsocket/clientserver/clientserver.pro
index 5fe65b3..6da1486 100644
--- a/tests/auto/qudpsocket/clientserver/clientserver.pro
+++ b/tests/auto/qudpsocket/clientserver/clientserver.pro
@@ -5,4 +5,4 @@ CONFIG -= app_bundle
TARGET = clientserver
DESTDIR = ./
-
+symbian: TARGET.CAPABILITY += NetworkServices
diff --git a/tests/auto/qudpsocket/qudpsocket.pro b/tests/auto/qudpsocket/qudpsocket.pro
index 8fd3545..4ddb717 100644
--- a/tests/auto/qudpsocket/qudpsocket.pro
+++ b/tests/auto/qudpsocket/qudpsocket.pro
@@ -1,6 +1,4 @@
TEMPLATE = subdirs
SUBDIRS = test clientserver
-symbian: TARGET.CAPABILITY = NetworkServices
-
diff --git a/tests/auto/qudpsocket/test/test.pro b/tests/auto/qudpsocket/test/test.pro
index 7e5ffe4..b68d30c 100644
--- a/tests/auto/qudpsocket/test/test.pro
+++ b/tests/auto/qudpsocket/test/test.pro
@@ -22,4 +22,4 @@ wince*|symbian: {
TARGET = tst_qudpsocket
-
+symbian: TARGET.CAPABILITY += NetworkServices