diff options
author | Frans Englich <frans.englich@nokia.com> | 2009-10-27 10:32:27 (GMT) |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2009-10-27 10:39:04 (GMT) |
commit | b9a48dd97e14b36a17590c4008ab5e94c1a734b8 (patch) | |
tree | 3790b9d31a905f4c07f3f6c30ae38ec37fda02b0 | |
parent | 890fbc5c6a271d345ec5a47501c4ae716a96fe44 (diff) | |
download | Qt-b9a48dd97e14b36a17590c4008ab5e94c1a734b8.zip Qt-b9a48dd97e14b36a17590c4008ab5e94c1a734b8.tar.gz Qt-b9a48dd97e14b36a17590c4008ab5e94c1a734b8.tar.bz2 |
Enable webkit and xmlpatterns by default on Symbian.
Suggested by Lars, OK'd by Jason, Kristian and Shane.
-rwxr-xr-x | configure.exe | bin | 2170880 -> 1169408 bytes | |||
-rw-r--r-- | tools/configure/configureapp.cpp | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.exe b/configure.exe Binary files differindex dabf10c..f433888 100755 --- a/configure.exe +++ b/configure.exe diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index f57f3a8..adf7a1a 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) |