diff options
author | Gareth Stockwell <gareth.stockwell@sosco.com> | 2009-09-10 12:00:22 (GMT) |
---|---|---|
committer | Gareth Stockwell <gareth.stockwell@sosco.com> | 2009-09-10 12:00:22 (GMT) |
commit | ea7615d80d63b6a3d0977e3eb86e34bcbd64d7de (patch) | |
tree | 75928c6bb5c8fe982339156ac92b3fa2a50fd16d /src/plugins/phonon/mmf | |
parent | f6495ee7a1427e377559e25616a35ba11f34e9c1 (diff) | |
parent | 087249f6f1bdceeb50d9100fe0acd5fb2938d9f4 (diff) | |
download | Qt-ea7615d80d63b6a3d0977e3eb86e34bcbd64d7de.zip Qt-ea7615d80d63b6a3d0977e3eb86e34bcbd64d7de.tar.gz Qt-ea7615d80d63b6a3d0977e3eb86e34bcbd64d7de.tar.bz2 |
Merge branch 'mmfphonon' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into mmfphonon
Diffstat (limited to 'src/plugins/phonon/mmf')
-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 e24252c..100ccb9 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 += \ |