browserui.pro
branchGCC_SURGE
changeset 8 2e16851ffecd
parent 6 1c3b8676e58c
child 15 73c48011b8c7
equal deleted inserted replaced
2:bf4420e9fa4d 8:2e16851ffecd
     1 TEMPLATE = subdirs
     1 TEMPLATE = subdirs
     2 CONFIG += ordered
     2 CONFIG += ordered
     3 
     3 
     4 include (browserui.pri)
     4 include (browserui.pri)
       
     5     SUBDIRS += bedrockProvisioning
       
     6     SUBDIRS += browsercore
       
     7     SUBDIRS += ginebra2
       
     8 # rom MUST come last because it depends on *_template.pkg files generated by qmake from all the other apps
       
     9     SUBDIRS += rom
     5 
    10 
     6 SUBDIRS += bedrockProvisioning
    11 contains( what, tests ) {
     7 SUBDIRS += browsercore
    12     exists($$PWD/internal/tests/perfTracing/perfTracing.pro): SUBDIRS += internal/tests/perfTracing/perfTracing.pro
     8 SUBDIRS += ginebra2
    13     exists($$PWD/internal/tests/mw/mw.pro): SUBDIRS += internal/tests/mw/mw.pro
     9 # rom MUST come last because it depends on *_template.pkg files generated by qmake from all the other apps
    14     exists($$PWD/internal/tests/Bookmarks_Test/Bookmarks_Test.pro): SUBDIRS += internal/tests/mw/Bookmarks_Test/Bookmarks_Test.pro
    10 SUBDIRS += rom
    15 }
    11 
    16 
    12 symbian: { 
    17 symbian: { 
    13 
    18 
    14 contains(what, plat_101 ) {
    19 contains(browser_addon, no ) {
    15     BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
    20     BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
    16                                  "rom/browser.iby  CORE_APP_LAYER_IBY_EXPORT_PATH(browser.iby)"
    21                                  "rom/browser.iby  CORE_APP_LAYER_IBY_EXPORT_PATH(browser.iby)"
    17     }  
    22     }  
    18 }
    23 }