Qt 6.11 is out! See what's new in the release
blog
A [qrc_MyResource.0] Error 1
Mobile and Embedded
6
Posts
3
Posters
1.7k
Views
1
Watching
-
-
Hi,
delete all temporary project files. Make Clean and Rebuild. -
Hi,
When exactly are you getting that error ? Which size is this file ?
-
bq. SGaist wrote:
Hi,
When exactly are you getting that error ? Which size is this file ?Can size affect?
-
Yes it does, the resource system embeds the file in your executable which means that it will get compiled into it
-
[quote author="SGaist" date="1413498949"]Yes it does, the resource system embeds the file in your executable which means that it will get compiled into it[/quote]
Thank you for answer.