[Webkit-unassigned] [Bug 34631] [Qt] Switching from Phonon to QtMultimedia Backend for Qt 4.7

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 10 20:07:27 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=34631





--- Comment #16 from Nick Young <nicholas.young at nokia.com>  2010-02-10 20:07:25 PST ---
(In reply to comment #15)
> > To build the QtMultimedia compatible code, you'll have to build and link
> > against a recent version of qt-multimedia
> > (git://scm.dev.nokia.troll.no/qt/qt-multimedia.git).
> 
> For all non-Trolls like us, can you point out the public repository for this?

Mmm, not exactly.
What you can do is look at the multimedia sections of Qt Mobility, which is
essentially equal to QtMultimedia (with the exception that QtMultimedia does
not have the QtMobility namespace).

Relevant files can be seen here:
http://qt.gitorious.org/qt-mobility/qt-mobility/trees/master/src/multimedia

Note that this public repo is not 100% up to date.

It should be possible to successfully link against QtMobility, provided you add
a "using namespace QtMobility;". You will also need to build qtmobility, then
add in some additions to WebCore.pro

My build against mobility has these lines:

    INCLUDEPATH += \
        $$PWD/../../../../../../qtmobility/qtm-multimedia/src/global \
        $$PWD/../../../../../../qtmobility/qtm-multimedia/src/multimedia

    LIBS += \
        -L$$PWD/../../../../../../../build/qtmobility/qtm-multimedia/lib \
        -lQtMedia

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list