summaryrefslogtreecommitdiffstats
path: root/src/phonon
diff options
context:
space:
mode:
Diffstat (limited to 'src/phonon')
-rw-r--r--src/phonon/phonon.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/phonon/phonon.pro b/src/phonon/phonon.pro
index 417226e9af..679a1b0426 100644
--- a/src/phonon/phonon.pro
+++ b/src/phonon/phonon.pro
@@ -120,3 +120,9 @@ contains(QT_CONFIG, dbus) {
}
contains(QT_CONFIG, reduce_exports): CONFIG += hide_symbols
+
+symbian: {
+ # Without this setting, code using numeric_limits will fail
+ # for winscw, although armv5 works fine no matter what.
+ MMP_RULES += "option cw -wchar_t on"
+}