Qt 6.11 is out! See what's new in the release
blog
[SOLVED] Outside Files
Mobile and Embedded
3
Posts
2
Posters
937
Views
1
Watching
-
So when I want to include images in my project where should I save them to? This is in order to ensure they are packaged correctly for android.
And then how do I include the correct file path in my program?
-
Did you search and read documents before you asked?
http://qt-project.org/doc/qt-5/resources.html
http://qt-project.org/doc/qt-5/qtquick-deployment.html#managing-resource-files-with-the-qt-resource-system -
Thanks for the links, I couldn't figure out what to search for so I asked. For some reason I was stuck on searching filePath which didn't bring me much. Although I have already seen the second link you provided me.