From 8f8ca07b26709e719ef82b4304c17fef617a4af7 Mon Sep 17 00:00:00 2001 From: Gareth Stockwell Date: Thu, 17 Sep 2009 08:21:19 +0100 Subject: Replaced explicit epoc32/include path with (more portable) MW_LAYER_SYSTEMINCLUDE macro --- src/plugins/phonon/mmf/plugin/plugin.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v0.12