diff -r 000000000000 -r 1450b09d0cfd browserui.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/browserui.pro Tue May 04 12:39:35 2010 +0300 @@ -0,0 +1,18 @@ +TEMPLATE = subdirs +CONFIG += ordered + +include (browserui.pri) + +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 + +symbian: { + +contains(what, plat_101 ) { + BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include " \ + "rom/browser.iby CORE_APP_LAYER_IBY_EXPORT_PATH(browser.iby)" + } +}