Qt 6.11 is out! See what's new in the release
blog
QML Image: Cannot open: qrc:/images/automatic_updates.png
Mobile and Embedded
1
Posts
1
Posters
639
Views
1
Watching
-
I have written these lines of code in main.qrc
Image { source: "images/automatic_updates.png" }This works on desktop but when I deploy the application on Android the following error occurs:
QML Image: Cannot open: qrc:/images/automatic_updates.pngWhat should I do to use this resource in android device. Please don't suggest me to use assets directory, I strongly prefer to apply the the Qt Resource System as it is a cross platform solution.
Thanks for your helps