summaryrefslogtreecommitdiffstats
path: root/tests/auto/qnetworkconfiguration
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2010-01-29 10:30:42 +1000
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-01-29 10:30:42 +1000
commit1e06b5e995c6df715da8db53c8375d458277144d (patch)
tree4c7c820e63e82fb6c1606ed379f8b9f7e529c7a0 /tests/auto/qnetworkconfiguration
parentb2fc251bb4628a06282d1dcaeda79222b300b912 (diff)
Bearer Management Integration 4.
Diffstat (limited to 'tests/auto/qnetworkconfiguration')
-rw-r--r--tests/auto/qnetworkconfiguration/qnetworkconfiguration.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qnetworkconfiguration/qnetworkconfiguration.pro b/tests/auto/qnetworkconfiguration/qnetworkconfiguration.pro
index c5a08b3fb3..3cdb113970 100644
--- a/tests/auto/qnetworkconfiguration/qnetworkconfiguration.pro
+++ b/tests/auto/qnetworkconfiguration/qnetworkconfiguration.pro
@@ -14,3 +14,9 @@ MOBILITY = bearer
symbian {
TARGET.CAPABILITY = NetworkServices NetworkControl ReadUserData
}
+
+maemo6 {
+ CONFIG += link_pkgconfig
+
+ PKGCONFIG += conninet
+}