Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
None
-
Qt Creator 3.2.0-beta1
-
None
-
5395180fcb9a68b1590ce4bf29ef26745161403f in Qt 5.4
Description
I noticed a new pattern regarding recent releases. There seems to be a default to include all resources, including images and whatnot inside QRC files.
I quickly noticed a pattern among new users and not so novice users: They tend to include everything because QtC requests it.
In the past there was a pattern to deploy a qml folder, now the pattern is to include everything inside.
PROBLEMS:
This generates crashes like:
virtual memory exhausted: Cannot allocate memory
make: *** [qrc_qml.o] Error 1
And generates HUGE binaries.
I regard this as a BUG but i welcome to comments very much.
Attachments
Issue Links
- relates to
-
QTBUG-6199 Embedding of resources into executable needs too much memory
- Closed
-
QTCREATORBUG-12280 Many issues with Qt Creator's switch to deploy via qrc by default
- Closed