browserui.pro
changeset 6 1c3b8676e58c
parent 5 0f2326c2a325
child 15 73c48011b8c7
equal deleted inserted replaced
5:0f2326c2a325 6:1c3b8676e58c
     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
     5     SUBDIRS += bedrockProvisioning
     6 SUBDIRS += browsercore
     6     SUBDIRS += browsercore
     7 SUBDIRS += ginebra2
     7     SUBDIRS += ginebra2
     8 # rom MUST come last because it depends on *_template.pkg files generated by qmake from all the other apps
     8 # rom MUST come last because it depends on *_template.pkg files generated by qmake from all the other apps
     9 SUBDIRS += rom
     9     SUBDIRS += rom
       
    10 
    10 contains( what, tests ) {
    11 contains( what, tests ) {
    11 	SUBDIRS += internal/tests/perfTracing
    12     exists($$PWD/internal/tests/perfTracing/perfTracing.pro): SUBDIRS += internal/tests/perfTracing/perfTracing.pro
    12 	SUBDIRS += internal/tests/mw
    13     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
    13 }
    15 }
    14 
    16 
    15 symbian: { 
    17 symbian: { 
    16 
    18 
    17 contains(browser_addon, no ) {
    19 contains(browser_addon, no ) {