diff -r 000000000000 -r cfcbf08528c4 qtmobility/tests/auto/auto.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qtmobility/tests/auto/auto.pro Thu Apr 01 08:30:34 2010 +0300 @@ -0,0 +1,10 @@ +TEMPLATE = subdirs + +include(../../staticconfig.pri) + +contains(mobility_modules,bearer) { + SUBDIRS += qnetworkconfigmanager \ #Bearer management + qnetworkconfiguration \ + qnetworksession +} +