summaryrefslogtreecommitdiffstats
path: root/tests/auto/qnetworkconfiguration/qnetworkconfiguration.pro
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-02-24 04:16:04 (GMT)
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-02-24 04:16:04 (GMT)
commit6680766bcdd5bff7f1a871c711202a30fe91e25e (patch)
tree668400393f44d7abf6099bb1ce78d431902e1b63 /tests/auto/qnetworkconfiguration/qnetworkconfiguration.pro
parentd3e494b78a00a8109005b2c86605920799ad12c8 (diff)
parent4d615766184e3eeee25ffc634847bec1edd47ac0 (diff)
downloadQt-6680766bcdd5bff7f1a871c711202a30fe91e25e.zip
Qt-6680766bcdd5bff7f1a871c711202a30fe91e25e.tar.gz
Qt-6680766bcdd5bff7f1a871c711202a30fe91e25e.tar.bz2
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt
Conflicts: configure
Diffstat (limited to 'tests/auto/qnetworkconfiguration/qnetworkconfiguration.pro')
-rw-r--r--tests/auto/qnetworkconfiguration/qnetworkconfiguration.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/auto/qnetworkconfiguration/qnetworkconfiguration.pro b/tests/auto/qnetworkconfiguration/qnetworkconfiguration.pro
new file mode 100644
index 0000000..df2d2d9
--- /dev/null
+++ b/tests/auto/qnetworkconfiguration/qnetworkconfiguration.pro
@@ -0,0 +1,15 @@
+load(qttest_p4)
+SOURCES += tst_qnetworkconfiguration.cpp
+HEADERS += ../qbearertestcommon.h
+
+QT = core network
+
+symbian {
+ TARGET.CAPABILITY = NetworkServices NetworkControl ReadUserData
+}
+
+maemo6 {
+ CONFIG += link_pkgconfig
+
+ PKGCONFIG += conninet
+}