diff options
author | Frans Englich <frans.englich@nokia.com> | 2009-09-09 22:37:51 (GMT) |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2009-09-09 22:43:54 (GMT) |
commit | 087249f6f1bdceeb50d9100fe0acd5fb2938d9f4 (patch) | |
tree | 333f1abeed2c442fabaf731eec3ac3d75be0f75c /src/plugins/phonon | |
parent | 264a6a562f7870a9fd1af065aef4e979808bd1d2 (diff) | |
download | Qt-087249f6f1bdceeb50d9100fe0acd5fb2938d9f4.zip Qt-087249f6f1bdceeb50d9100fe0acd5fb2938d9f4.tar.gz Qt-087249f6f1bdceeb50d9100fe0acd5fb2938d9f4.tar.bz2 |
Simplify inclusion of osextensions.
Diffstat (limited to 'src/plugins/phonon')
-rw-r--r-- | src/plugins/phonon/mmf/plugin/plugin.pro | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/plugins/phonon/mmf/plugin/plugin.pro b/src/plugins/phonon/mmf/plugin/plugin.pro index c343831..35d14ce 100644 --- a/src/plugins/phonon/mmf/plugin/plugin.pro +++ b/src/plugins/phonon/mmf/plugin/plugin.pro @@ -11,16 +11,14 @@ PHONON_MMF_DIR = $$QT_SOURCE_TREE/src/3rdparty/phonon/mmf phonon_mmf_audio_drm { LIBS += -lDrmAudioPlayUtility - # In the internal 5th SDK, DrmAudioSamplePlayer.h is placed in this - # folder, as opposed to the public, where it is placed in - # epoc32/include. - INCLUDEPATH *= /epoc32/include/osextensions - DEFINES += QT_PHONON_MMF_AUDIO_DRM } else { LIBS += -lmediaclientaudio } +# 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 HEADERS += \ |