diff options
-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) |