Alternative for including files in iOS App?
-
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.