summaryrefslogtreecommitdiffstats
path: root/tools/configure
diff options
context:
space:
mode:
authorFrans Englich <frans.englich@nokia.com>2009-10-27 11:32:27 +0100
committerFrans Englich <frans.englich@nokia.com>2009-10-27 11:39:04 +0100
commitb9a48dd97e14b36a17590c4008ab5e94c1a734b8 (patch)
tree3790b9d31a905f4c07f3f6c30ae38ec37fda02b0 /tools/configure
parent890fbc5c6a271d345ec5a47501c4ae716a96fe44 (diff)
Enable webkit and xmlpatterns by default on Symbian.
Suggested by Lars, OK'd by Jason, Kristian and Shane.
Diffstat (limited to 'tools/configure')
-rw-r--r--tools/configure/configureapp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index f57f3a8928..adf7a1a026 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -1448,10 +1448,10 @@ void Configure::applySpecSpecifics()
dictionary[ "IWMMXT" ] = "no";
dictionary[ "CE_CRT" ] = "no";
dictionary[ "DIRECT3D" ] = "no";
- dictionary[ "WEBKIT" ] = "no";
+ dictionary[ "WEBKIT" ] = "yes";
dictionary[ "ASSISTANT_WEBKIT" ] = "no";
dictionary[ "PHONON" ] = "yes";
- dictionary[ "XMLPATTERNS" ] = "no";
+ dictionary[ "XMLPATTERNS" ] = "yes";
dictionary[ "QT_GLIB" ] = "no";
dictionary[ "S60" ] = "yes";
// iconv makes makes apps start and run ridiculously slowly in symbian emulator (HW not tested)