browserui.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 23 Jun 2010 17:59:43 +0300
changeset 5 0f2326c2a325
parent 0 1450b09d0cfd
child 6 1c3b8676e58c
permissions -rw-r--r--
Revision: 201024 Kit: 2010125

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
contains( what, tests ) {
	SUBDIRS += internal/tests/perfTracing
	SUBDIRS += internal/tests/mw
}

symbian: { 

contains(browser_addon, no ) {
    BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
                                 "rom/browser.iby  CORE_APP_LAYER_IBY_EXPORT_PATH(browser.iby)"
    }  
}