browserui.pro
changeset 6 1c3b8676e58c
parent 5 0f2326c2a325
child 15 73c48011b8c7
--- a/browserui.pro	Wed Jun 23 17:59:43 2010 +0300
+++ b/browserui.pro	Tue Jul 06 14:03:49 2010 +0300
@@ -2,14 +2,16 @@
 CONFIG += ordered
 
 include (browserui.pri)
-SUBDIRS += bedrockProvisioning
-SUBDIRS += browsercore
-SUBDIRS += ginebra2
+    SUBDIRS += bedrockProvisioning
+    SUBDIRS += browsercore
+    SUBDIRS += ginebra2
 # rom MUST come last because it depends on *_template.pkg files generated by qmake from all the other apps
-SUBDIRS += rom
+    SUBDIRS += rom
+
 contains( what, tests ) {
-	SUBDIRS += internal/tests/perfTracing
-	SUBDIRS += internal/tests/mw
+    exists($$PWD/internal/tests/perfTracing/perfTracing.pro): SUBDIRS += internal/tests/perfTracing/perfTracing.pro
+    exists($$PWD/internal/tests/mw/mw.pro): SUBDIRS += internal/tests/mw/mw.pro
+    exists($$PWD/internal/tests/Bookmarks_Test/Bookmarks_Test.pro): SUBDIRS += internal/tests/mw/Bookmarks_Test/Bookmarks_Test.pro
 }
 
 symbian: {