Question

Possibly duplicate question, but I'm not found the answer yet.

So, I'm trying to compile Qt example, called "player". This example uses QtMobility API, but on my PC it doesn't compiles. In particular, compiler shows me fatal error: qmediaplayer.h: No such file or directory on Desktop target. But when setting Symbian target, it compiles successfully.

Also, considering this post, I suppose this is possible, and I'm doing something wrong.

Can anybody help me?

Was it helpful?

Solution 2

I've installed qtmobility packet on my Ubuntu. The problem was that the Mobility API is missing in Qt package manager.

OTHER TIPS

Installing QtMobility on desktop at the moment is not great idea (it is available only on Linux OS if I am not wrong).

Better wait for QT5. From what I have read so far, QtMobility will be merged with core components and made available to desktops too.

I know its bit older question, but just want to keep up to date if someone else is searching for solution.


http://qt-project.org/forums/viewthread/15536

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top