summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-11-09 16:44:55 (GMT)
committerGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-11-10 10:41:42 (GMT)
commit722d25d7a4fb0bc64d5bceae40019c7a8f3a9251 (patch)
tree4749a4ca487c3ea778ff4d04ba2656f19d1e5058 /src/plugins
parent012b28ca212eb4faa0b97f3bf1e3cd84e86de015 (diff)
downloadQt-722d25d7a4fb0bc64d5bceae40019c7a8f3a9251.zip
Qt-722d25d7a4fb0bc64d5bceae40019c7a8f3a9251.tar.gz
Qt-722d25d7a4fb0bc64d5bceae40019c7a8f3a9251.tar.bz2
Use $${EPOCROOT} variable rather than absolute paths in .pro files
Task-number: QTBUG-15156 Reviewed-by: Miikka Heikkinen
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/phonon/mmf/mmf.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/phonon/mmf/mmf.pro b/src/plugins/phonon/mmf/mmf.pro
index ac11188..691fc80 100644
--- a/src/plugins/phonon/mmf/mmf.pro
+++ b/src/plugins/phonon/mmf/mmf.pro
@@ -18,7 +18,7 @@ symbian {
# This is necessary because both epoc32/include and Phonon contain videoplayer.h.
# By making /epoc32/include the first SYSTEMINCLUDE, we ensure that
# '#include <videoplayer.h>' picks up the Symbian header, as intended.
- PREPEND_INCLUDEPATH = /epoc32/include
+ PREPEND_INCLUDEPATH = $${EPOCROOT}epoc32/include
PREPEND_INCLUDEPATH += $$QT_SOURCE_TREE/src/3rdparty