equal
deleted
inserted
replaced
1 TEMPLATE = subdirs |
1 TEMPLATE = subdirs |
2 CONFIG += ordered |
2 CONFIG += ordered |
3 |
3 |
4 include (browserui.pri) |
4 include (browserui.pri) |
5 |
|
6 SUBDIRS += bedrockProvisioning |
5 SUBDIRS += bedrockProvisioning |
7 SUBDIRS += browsercore |
6 SUBDIRS += browsercore |
8 SUBDIRS += ginebra2 |
7 SUBDIRS += ginebra2 |
9 # 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 |
10 SUBDIRS += rom |
9 SUBDIRS += rom |
|
10 contains( what, tests ) { |
|
11 SUBDIRS += internal/tests/perfTracing |
|
12 SUBDIRS += internal/tests/mw |
|
13 } |
11 |
14 |
12 symbian: { |
15 symbian: { |
13 |
16 |
14 contains(what, plat_101 ) { |
17 contains(browser_addon, no ) { |
15 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \ |
18 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \ |
16 "rom/browser.iby CORE_APP_LAYER_IBY_EXPORT_PATH(browser.iby)" |
19 "rom/browser.iby CORE_APP_LAYER_IBY_EXPORT_PATH(browser.iby)" |
17 } |
20 } |
18 } |
21 } |