diff -r 5d007b20cfd0 -r cd2778e5acfe qtmobility/tests/auto/qnetworkconfiguration/qnetworkconfiguration.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qtmobility/tests/auto/qnetworkconfiguration/qnetworkconfiguration.pro Wed Sep 01 12:15:07 2010 +0100 @@ -0,0 +1,22 @@ +SOURCES += tst_qnetworkconfiguration.cpp +HEADERS += ../qbearertestcommon.h +TARGET = tst_qnetworkconfiguration +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 +}