View Single Post
Posts: 13 | Thanked: 0 times | Joined on May 2010
#1
I have a very noob question. I'm just starting out learning Qt and I'm trying to figure out how to add sound files into the build process for the N900. I'm using the latest Qt Creator running on Win7.

I created the project using the Maemo 5 template, this added some automated deb packaging stuff into the project. In the app I'm writing, I calling a small wav file & playing it with Qsound. This works fine when running it in the Simulator. I just drop the wav file in the build folder.
But I can't figure out how I can include this file into the Maemo build & have it in the deb file that comes out the other end. No matter where I try to put it in the project, the packaging process just ignores it.

Appreciate any help I can get. Thanks.