diff -r 0f2326c2a325 -r 1c3b8676e58c browserui.pro --- 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: {