Hey guys,

I've been trying to play a sound with Qt/Embedded on windows mobile.

First, I tried the QSound:lay thingie, but that didn't work. It seems the thread that's created by QSound is immediately destroyed after it's created, so you hear nothing.

Then I tried to compile Qt with phonon support. The app compiled great, but when running there's a message that it couldn't load the phonon backend. Is there even a backend for windows mobile?

I'm just looking for a way to play a wav file on windows mobile, that shouldn't be too hard now should it?

Thanks for any tips!