browserui.pro
changeset 5 0f2326c2a325
parent 0 1450b09d0cfd
child 6 1c3b8676e58c
--- a/browserui.pro	Fri May 14 15:40:36 2010 +0300
+++ b/browserui.pro	Wed Jun 23 17:59:43 2010 +0300
@@ -2,16 +2,19 @@
 CONFIG += ordered
 
 include (browserui.pri)
-
 SUBDIRS += bedrockProvisioning
 SUBDIRS += browsercore
 SUBDIRS += ginebra2
 # rom MUST come last because it depends on *_template.pkg files generated by qmake from all the other apps
 SUBDIRS += rom
+contains( what, tests ) {
+	SUBDIRS += internal/tests/perfTracing
+	SUBDIRS += internal/tests/mw
+}
 
 symbian: { 
 
-contains(what, plat_101 ) {
+contains(browser_addon, no ) {
     BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
                                  "rom/browser.iby  CORE_APP_LAYER_IBY_EXPORT_PATH(browser.iby)"
     }