diff -r 491a1d15372f -r 73c48011b8c7 browserui.pro --- a/browserui.pro Fri Sep 17 08:27:10 2010 +0300 +++ b/browserui.pro Mon Oct 04 00:04:54 2010 +0300 @@ -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)" } }