Hi,
I'm new with QT/QML development and I have a basic problem: how to package pictures/audio files together with my app?
Should I add resource file into the project referring the pictures/audio files? I've tried it , it is OK for pictures but QML Audio element does not find the audio file based on the passed resource URL... :-(
BTW. Are all resources loaded during application start-up or only when they are referenced? Should I have to bother with unloading them in case of the latter one?
More detailed answer is better.
Thanks.

Reply With Quote

