diff -r 786160610b4d -r afcd8e6d025b browserui.pro --- a/browserui.pro Wed Sep 01 13:56:21 2010 -0400 +++ b/browserui.pro Fri Sep 17 12:11:40 2010 -0400 @@ -5,10 +5,16 @@ SUBDIRS += bedrockProvisioning SUBDIRS += browsercore SUBDIRS += ginebra2 +symbian : { + contains(browser_addon, no) { + SUBDIRS += homescreen + } +} # rom MUST come last because it depends on *_template.pkg files generated by qmake from all the other apps SUBDIRS += rom contains( what, tests ) { + DEFINES += ENABLE_TESTS 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 @@ -18,6 +24,7 @@ contains(browser_addon, no ) { BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include " \ - "rom/browser.iby CORE_APP_LAYER_IBY_EXPORT_PATH(browser.iby)" + "rom/browser.iby CORE_APP_LAYER_IBY_EXPORT_PATH(browser.iby)" \ + "rom/browserresources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(browserresources.iby)" } }