diff options
Diffstat (limited to 'src/phonon')
-rw-r--r-- | src/phonon/phonon.pro | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/phonon/phonon.pro b/src/phonon/phonon.pro index 417226e..679a1b0 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" +} |