Hello, I'm having troubles when I try to add sound files to the device.
First of all, play a sound file seems to be a tricky issue, so I've choosen to use QSound for wav files and Phonon for mp3 files.
But I don't even know, and I don't find it, how can I add the file to the device. Knowing I can't add them as resource, when I make my tests with the emulator I just need to copy them to the folder in my pc, manually.
I know I need to add some code to the pkg file if I want to add the sound to the sis file... but what can I do to test the application in the device if it's launched through QtCreator?
thanks!



