qtmobility/tests/tests.pro
changeset 0 cfcbf08528c4
child 1 2b40d63a9c3d
child 2 5822d84012fb
--- /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)"