diff options
author | Frans Englich <frans.englich@nokia.com> | 2009-04-29 10:46:17 (GMT) |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2009-05-05 11:21:04 (GMT) |
commit | ee57d0019a4c83971400ad38d6a9eeb2d48a8b27 (patch) | |
tree | 0d9af55cf641ccfe256d5ca063c89404ef73279e /tools/configure | |
parent | 1fcd65c8fbee658ffe00bc544297495c158f2ff0 (diff) | |
download | Qt-ee57d0019a4c83971400ad38d6a9eeb2d48a8b27.zip Qt-ee57d0019a4c83971400ad38d6a9eeb2d48a8b27.tar.gz Qt-ee57d0019a4c83971400ad38d6a9eeb2d48a8b27.tar.bz2 |
Enable Phonon for Symbian.
Diffstat (limited to 'tools/configure')
-rw-r--r-- | tools/configure/configureapp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index 43201df..70413e1 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -1411,7 +1411,7 @@ void Configure::applySpecSpecifics() dictionary[ "DIRECT3D" ] = "no"; dictionary[ "WEBKIT" ] = "no"; dictionary[ "ASSISTANT_WEBKIT" ] = "no"; - dictionary[ "PHONON" ] = "no"; + dictionary[ "PHONON" ] = "yes"; dictionary[ "XMLPATTERNS" ] = "no"; dictionary[ "QT_GLIB" ] = "no"; // iconv makes makes apps start and run ridiculously slowly in symbian emulator (HW not tested) |