Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello,
I want to include files in my iOS bundle. It's a folder including sounds. Is there a summary of commands for the .pro file?
I want to call the sounds relative inside the app file.
thanks!
edit: ressource is no option (using qmediaplayer).
I just used "QMAKE_BUNDLE_DATA". In combination with QFileInfo I can do what I needed.