summaryrefslogtreecommitdiffstats
path: root/src/phonon
diff options
context:
space:
mode:
authorFrans Englich <frans.englich@nokia.com>2009-04-29 09:57:38 (GMT)
committerFrans Englich <frans.englich@nokia.com>2009-05-05 11:20:59 (GMT)
commit5d6901c18103a13a2062433103158958fad6b28b (patch)
tree5af9d990f887aaa34e27362ab187f558ce614b22 /src/phonon
parente4b70508f33a94f32527934b2564eaf7e0677e5e (diff)
downloadQt-5d6901c18103a13a2062433103158958fad6b28b.zip
Qt-5d6901c18103a13a2062433103158958fad6b28b.tar.gz
Qt-5d6901c18103a13a2062433103158958fad6b28b.tar.bz2
Add include paths for STL such that phonon builds. See comment for details.
Diffstat (limited to 'src/phonon')
-rw-r--r--src/phonon/phonon.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/phonon/phonon.pro b/src/phonon/phonon.pro
index ec7e46a..417226e 100644
--- a/src/phonon/phonon.pro
+++ b/src/phonon/phonon.pro
@@ -13,6 +13,13 @@ 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 \