qtmobility/tests/auto/qnetworkconfigmanager/qnetworkconfigmanager.pro
changeset 0 cfcbf08528c4
child 2 87be51aa5b5b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/qtmobility/tests/auto/qnetworkconfigmanager/qnetworkconfigmanager.pro	Thu Apr 01 08:30:34 2010 +0300
@@ -0,0 +1,22 @@
+SOURCES  += tst_qnetworkconfigmanager.cpp
+HEADERS  += ../qbearertestcommon.h
+TARGET = tst_qnetworkconfigurationmanager
+CONFIG += testcase
+
+QT = core network
+
+INCLUDEPATH += ../../../src/bearer
+
+include(../../../common.pri)
+CONFIG += mobility
+MOBILITY = bearer
+
+symbian {
+    TARGET.CAPABILITY = NetworkServices NetworkControl ReadUserData
+}
+
+maemo6 {
+    CONFIG += link_pkgconfig
+
+    PKGCONFIG += conninet
+}