summaryrefslogtreecommitdiffstats
path: root/src/phonon
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2009-06-04 12:15:05 +0300
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2009-06-04 12:15:05 +0300
commitfc96ef8bf45482483d795fe3d979fb842869a315 (patch)
tree5a35b6e505784f9f654b35b7789027432eb58870 /src/phonon
parent08d020409ecf08c81f31faf33f1da329177cc207 (diff)
Added proper UID for phonon.pro, and did some symbian scope cleanup, too.
Diffstat (limited to 'src/phonon')
-rw-r--r--src/phonon/phonon.pro18
1 files changed, 10 insertions, 8 deletions
diff --git a/src/phonon/phonon.pro b/src/phonon/phonon.pro
index 679a1b0426..b38adb8b62 100644
--- a/src/phonon/phonon.pro
+++ b/src/phonon/phonon.pro
@@ -13,13 +13,6 @@ PHONON_DIR = $$QT_SOURCE_TREE/src/3rdparty/phonon/phonon
unix:QMAKE_PKGCONFIG_REQUIRES = QtCore QtGui QtNetwork
-# Phonon depends on numeric_limits. Enabling STL support in Qt
-# would bring in link dependencies, and we don't need that for
-# numeric_limits, hence we here merely ensure we bring in the necessary
-# header.
-symbian:INCLUDEPATH += $${EPOCROOT}epoc32/include/stdapis/stlport \
- $$OS_LAYER_STDCPP_SYSTEMINCLUDE
-
# Input
HEADERS += $$PHONON_DIR/abstractaudiooutput.h \
$$PHONON_DIR/abstractaudiooutput_p.h \
@@ -122,7 +115,16 @@ contains(QT_CONFIG, dbus) {
contains(QT_CONFIG, reduce_exports): CONFIG += hide_symbols
symbian: {
+ # Phonon depends on numeric_limits. Enabling STL support in Qt
+ # would bring in link dependencies, and we don't need that for
+ # numeric_limits, hence we here merely ensure we bring in the necessary
+ # header.
+ INCLUDEPATH *= $${EPOCROOT}epoc32/include/stdapis/stlport \
+ $$OS_LAYER_STDCPP_SYSTEMINCLUDE
+
# 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"
+ QMAKE_CXXFLAGS.CW *= $$STLLIB_USAGE_CW_FLAGS
+
+ TARGET.UID3 = 0x2001E624
}