diff -r 5d007b20cfd0 -r cd2778e5acfe qtmobility/examples/examples.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qtmobility/examples/examples.pro Wed Sep 01 12:15:07 2010 +0100 @@ -0,0 +1,13 @@ +include(../staticconfig.pri) + +TEMPLATE = subdirs + +#BearerManagement examples +contains(mobility_modules,bearer) { + SUBDIRS += bearermonitor bearercloud +} + +symbian { + SUBDIRS += s60installs +} +