browserui.pro
author William Roberts <williamr@symbian.org>
Thu, 22 Jul 2010 16:30:16 +0100
branchGCC_SURGE
changeset 8 2e16851ffecd
parent 6 1c3b8676e58c
child 15 73c48011b8c7
permissions -rw-r--r--
Catchup to latest Symbian^4

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 ) {
    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: { 

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)"
    }  
}