browserui.pro
changeset 0 1450b09d0cfd
child 3 0954f5dd2cd0
child 5 0f2326c2a325
equal deleted inserted replaced
-1:000000000000 0:1450b09d0cfd
       
     1 TEMPLATE = subdirs
       
     2 CONFIG += ordered
       
     3 
       
     4 include (browserui.pri)
       
     5 
       
     6 SUBDIRS += bedrockProvisioning
       
     7 SUBDIRS += browsercore
       
     8 SUBDIRS += ginebra2
       
     9 # rom MUST come last because it depends on *_template.pkg files generated by qmake from all the other apps
       
    10 SUBDIRS += rom
       
    11 
       
    12 symbian: { 
       
    13 
       
    14 contains(what, plat_101 ) {
       
    15     BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    16                                  "rom/browser.iby  CORE_APP_LAYER_IBY_EXPORT_PATH(browser.iby)"
       
    17     }  
       
    18 }