OK. This is probably going to be a silly question: How can I include external files in the package done with MADDE? For example, I want to use something like this: Code: QSound::play("sounds/bells.wav"); Let us assume that I would have this sound file in the sounds directory, which is in the project root directory in the PC. How can I include this entire directory? Alternatively, how can I use Maemo "system" sounds?
QSound::play("sounds/bells.wav");