qtmobility/tests/auto/qnetworkconfigmanager/qnetworkconfigmanager.pro
branchRCL_3
changeset 9 5d007b20cfd0
parent 8 885c2596c964
child 10 cd2778e5acfe
--- a/qtmobility/tests/auto/qnetworkconfigmanager/qnetworkconfigmanager.pro	Thu Aug 19 10:43:30 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-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|maemo5 {
-    CONFIG += link_pkgconfig
-
-    PKGCONFIG += conninet
-}