summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorOleh Vasyura <ext-oleh.2.vasyura@nokia.com>2010-11-24 11:29:59 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-12-03 12:46:22 (GMT)
commit3f517783d4ce31f970e6e1f2d4ff5add9073da3d (patch)
tree1a81aa32793a018321a43e1dc9fd4af1e4ff8122 /configure
parentb611d84da963372b180b98e0e76761b60f7f23f4 (diff)
downloadQt-3f517783d4ce31f970e6e1f2d4ff5add9073da3d.zip
Qt-3f517783d4ce31f970e6e1f2d4ff5add9073da3d.tar.gz
Qt-3f517783d4ce31f970e6e1f2d4ff5add9073da3d.tar.bz2
Enable Phonon on Symbian by default.
Always enable Phonon on Symbian unless it was explicitly disabled. Reviewed-by: ossi
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 9ffb8a2..86c14dd 100755
--- a/configure
+++ b/configure
@@ -4903,6 +4903,9 @@ case "$XPLATFORM" in *symbian*)
if [ "$CFG_LARGEFILE" = auto ]; then
CFG_LARGEFILE=no
fi
+ if [ "$CFG_PHONON" = auto ]; then
+ CFG_PHONON=yes
+ fi
if test -z "$EPOCROOT"; then
echo "Please export EPOCROOT. It should point to the sdk install dir"