diff options
author | Frans Englich <frans.englich@nokia.com> | 2009-07-18 04:02:32 (GMT) |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2009-07-18 04:02:32 (GMT) |
commit | 17c74f4f49f5cb7c62dc4d2300293f2e93b16a90 (patch) | |
tree | 884d2c9a9ab3038b27301d06410abd92b2f97fde /src/plugins/phonon | |
parent | 975af6c3c81788e39422c55f67ffabfebd31d9be (diff) | |
download | Qt-17c74f4f49f5cb7c62dc4d2300293f2e93b16a90.zip Qt-17c74f4f49f5cb7c62dc4d2300293f2e93b16a90.tar.gz Qt-17c74f4f49f5cb7c62dc4d2300293f2e93b16a90.tar.bz2 |
Work.
Diffstat (limited to 'src/plugins/phonon')
-rw-r--r-- | src/plugins/phonon/mmf/mmf.pro | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/plugins/phonon/mmf/mmf.pro b/src/plugins/phonon/mmf/mmf.pro index 381f119..1a1d435 100644 --- a/src/plugins/phonon/mmf/mmf.pro +++ b/src/plugins/phonon/mmf/mmf.pro @@ -2,7 +2,7 @@ DESTDIR = $$QT_BUILD_TREE/plugins/phonon_backend QT += phonon TARGET = phonon_mmf PHONON_MMF_DIR = $$QT_SOURCE_TREE/src/3rdparty/phonon/mmf -LIBS += -lDrmAudioPlayUtility.lib +LIBS += -lDrmAudioPlayUtility.lib HEADERS += \ $$PHONON_MMF_DIR/audiooutput.h \ @@ -22,3 +22,11 @@ include(../../qpluginbase.pri) # 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 + +# We need this to be able to resolve ambiguity for VideoPlayer.h. Phonon has +# it, and the SDK has it. +INCLUDEPATH *= /epoc32/include/osextensions /epoc32 + +# Temporary steal one of the reserved, until we know that this MMF plugin is +# turning into something at all. +symbian:TARGET.UID3=0x2001E627 |