From 5d6901c18103a13a2062433103158958fad6b28b Mon Sep 17 00:00:00 2001 From: Frans Englich Date: Wed, 29 Apr 2009 11:57:38 +0200 Subject: Add include paths for STL such that phonon builds. See comment for details. --- src/phonon/phonon.pro | 7 +++++++ 1 file changed, 7 insertions(+) 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 \ -- cgit v0.12