View Single Post
Posts: 13 | Thanked: 0 times | Joined on May 2010
#3
I could manually copy the wav file to where it expects, but the issues is the build process that creates the deb file will not include it.

For some reason QSound does not support getting media from the resource file, only from a external file. What I can't figure out is how to make this wav file part of the project so it 'will' be built into the deb.

I know I could use QtMultimedia or phonon to do it. But it just seems like overkill for such a simple thing.