summaryrefslogtreecommitdiffstats
path: root/src/plugins/phonon/mmf
diff options
context:
space:
mode:
authorFrans Englich <frans.englich@nokia.com>2009-07-21 11:29:39 (GMT)
committerFrans Englich <frans.englich@nokia.com>2009-07-21 11:29:39 (GMT)
commit7bd7c88d4e555131af035cb7262a5b0b663f63f0 (patch)
treec924f9af1cf7e5d286597e96ebcea5be8d424faf /src/plugins/phonon/mmf
parent287b6fbddde1e61776676996471256a3b487e4fd (diff)
downloadQt-7bd7c88d4e555131af035cb7262a5b0b663f63f0.zip
Qt-7bd7c88d4e555131af035cb7262a5b0b663f63f0.tar.gz
Qt-7bd7c88d4e555131af035cb7262a5b0b663f63f0.tar.bz2
Work.
Diffstat (limited to 'src/plugins/phonon/mmf')
-rw-r--r--src/plugins/phonon/mmf/mmf.pro10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/plugins/phonon/mmf/mmf.pro b/src/plugins/phonon/mmf/mmf.pro
index 1a1d435..6d404f2 100644
--- a/src/plugins/phonon/mmf/mmf.pro
+++ b/src/plugins/phonon/mmf/mmf.pro
@@ -1,4 +1,3 @@
-DESTDIR = $$QT_BUILD_TREE/plugins/phonon_backend
QT += phonon
TARGET = phonon_mmf
PHONON_MMF_DIR = $$QT_SOURCE_TREE/src/3rdparty/phonon/mmf
@@ -14,6 +13,9 @@ SOURCES += \
$$PHONON_MMF_DIR/backend.cpp \
$$PHONON_MMF_DIR/mediaobject.cpp
+# This is needed for having the .qtplugin file properly created on Symbian.
+QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/phonon_backend
+
target.path = $$[QT_INSTALL_PLUGINS]/phonon_backend
INSTALLS += target
@@ -23,9 +25,9 @@ include(../../qpluginbase.pri)
# 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
+# We need this to be able to resolve ambiguity for VideoPlayer.h. Phonon and
+# the SDK has the header.
+INCLUDEPATH *= /epoc32
# Temporary steal one of the reserved, until we know that this MMF plugin is
# turning into something at all.