browserui.pro
changeset 15 73c48011b8c7
parent 6 1c3b8676e58c
equal deleted inserted replaced
13:491a1d15372f 15:73c48011b8c7
     3 
     3 
     4 include (browserui.pri)
     4 include (browserui.pri)
     5     SUBDIRS += bedrockProvisioning
     5     SUBDIRS += bedrockProvisioning
     6     SUBDIRS += browsercore
     6     SUBDIRS += browsercore
     7     SUBDIRS += ginebra2
     7     SUBDIRS += ginebra2
       
     8 symbian : {
       
     9     contains(browser_addon, no) {
       
    10         SUBDIRS += homescreen
       
    11     }
       
    12 }
     8 # rom MUST come last because it depends on *_template.pkg files generated by qmake from all the other apps
    13 # rom MUST come last because it depends on *_template.pkg files generated by qmake from all the other apps
     9     SUBDIRS += rom
    14     SUBDIRS += rom
    10 
    15 
    11 contains( what, tests ) {
    16 contains( what, tests ) {
       
    17     DEFINES += ENABLE_TESTS
    12     exists($$PWD/internal/tests/perfTracing/perfTracing.pro): SUBDIRS += internal/tests/perfTracing/perfTracing.pro
    18     exists($$PWD/internal/tests/perfTracing/perfTracing.pro): SUBDIRS += internal/tests/perfTracing/perfTracing.pro
    13     exists($$PWD/internal/tests/mw/mw.pro): SUBDIRS += internal/tests/mw/mw.pro
    19     exists($$PWD/internal/tests/mw/mw.pro): SUBDIRS += internal/tests/mw/mw.pro
    14     exists($$PWD/internal/tests/Bookmarks_Test/Bookmarks_Test.pro): SUBDIRS += internal/tests/mw/Bookmarks_Test/Bookmarks_Test.pro
    20     exists($$PWD/internal/tests/Bookmarks_Test/Bookmarks_Test.pro): SUBDIRS += internal/tests/mw/Bookmarks_Test/Bookmarks_Test.pro
    15 }
    21 }
    16 
    22 
    17 symbian: { 
    23 symbian: { 
    18 
    24 
    19 contains(browser_addon, no ) {
    25 contains(browser_addon, no ) {
    20     BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
    26     BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
    21                                  "rom/browser.iby  CORE_APP_LAYER_IBY_EXPORT_PATH(browser.iby)"
    27                                  "rom/browser.iby  CORE_APP_LAYER_IBY_EXPORT_PATH(browser.iby)" \
       
    28                                  "rom/browserresources.iby    LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(browserresources.iby)"
    22     }  
    29     }  
    23 }
    30 }