View Single Post
Posts: 434 | Thanked: 325 times | Joined on Sep 2009
#68
Originally Posted by VDVsx View Post
If you want to embed a external file, you might take a look at the Qt Resource System[1].

Don't know about MADDE, but you can include any file/dir you wish in your Debian package.

[1] - http://doc.trolltech.com/4.6/resources.html
Thanks for this suggestion. Unfortunately, after playing around with this quite a bit and wondering why it doesn't work, I found the following in QSound Class Reference :

Note that QSound does not support resources. This might be fixed in a future Qt version.
So, are there any other ways I could do this?