summaryrefslogtreecommitdiffstats
path: root/tools/configure
diff options
context:
space:
mode:
authorFrans Englich <frans.englich@nokia.com>2009-04-29 10:46:17 (GMT)
committerFrans Englich <frans.englich@nokia.com>2009-05-05 11:21:04 (GMT)
commitee57d0019a4c83971400ad38d6a9eeb2d48a8b27 (patch)
tree0d9af55cf641ccfe256d5ca063c89404ef73279e /tools/configure
parent1fcd65c8fbee658ffe00bc544297495c158f2ff0 (diff)
downloadQt-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.cpp2
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)