summaryrefslogtreecommitdiffstats
path: root/src/plugins/phonon
diff options
context:
space:
mode:
authorGareth Stockwell <gareth.stockwell@sosco.com>2009-09-17 07:21:19 (GMT)
committerFrans Englich <frans.englich@nokia.com>2009-09-23 12:37:52 (GMT)
commit8f8ca07b26709e719ef82b4304c17fef617a4af7 (patch)
tree1e9e11a9242c00d04e7c04f6d371c4b584728892 /src/plugins/phonon
parentf1e353e183d3d4ee3ffd0c869800d0f2fb3def18 (diff)
downloadQt-8f8ca07b26709e719ef82b4304c17fef617a4af7.zip
Qt-8f8ca07b26709e719ef82b4304c17fef617a4af7.tar.gz
Qt-8f8ca07b26709e719ef82b4304c17fef617a4af7.tar.bz2
Replaced explicit epoc32/include path with (more portable) MW_LAYER_SYSTEMINCLUDE macro
Diffstat (limited to 'src/plugins/phonon')
-rw-r--r--src/plugins/phonon/mmf/plugin/plugin.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/phonon/mmf/plugin/plugin.pro b/src/plugins/phonon/mmf/plugin/plugin.pro
index d620453..9a9002f 100644
--- a/src/plugins/phonon/mmf/plugin/plugin.pro
+++ b/src/plugins/phonon/mmf/plugin/plugin.pro
@@ -19,7 +19,7 @@ phonon_mmf_audio_drm {
# In the internal 5th SDK, DrmAudioSamplePlayer.h is placed in this folder, as
# opposed to the public, where it is placed in epoc32/include. In some cases
# it's needed for other headers as well.
-INCLUDEPATH += /epoc32/include/osextensions
+INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
HEADERS += \
$$PHONON_MMF_DIR/abstractaudioeffect.h \