diff -r 000000000000 -r cfcbf08528c4 qtmobility/tests/tests.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qtmobility/tests/tests.pro Thu Apr 01 08:30:34 2010 +0300 @@ -0,0 +1,13 @@ +include(../staticconfig.pri) + +TEMPLATE = subdirs +SUBDIRS += auto + +contains(mobility_modules,bearer) { + contains(QT_CONFIG,dbus) { + !symbian:!mac:!maemo6:!maemo5:unix:SUBDIRS += networkmanager + } + symbian:SUBDIRS += bearerex +} + +#BLD_INF_RULES.prj_exports += "./rom/qtmobilitytests.iby $$CUSTOMER_VARIANT_APP_LAYER_IBY_EXPORT_PATH(qtmobilitytests.iby)"