Qt: Compiler is out of heap space
Asked Answered
T

1

14

I received this error when I added more music my resources.qrc. The mp3 files are not even that big, you have got to kidding me that this is all the MSVC compiler can handle.

Is there anyway around this? Is it impossible to increase the heap space for a compiler? I guess I can store the music and search for it locally, but then how do I deploy these resources to the phone?

Thorn answered 10/2, 2015 at 7:27 Comment(1)
You need to add more details, such as what OS you are developing on and for.Gertie
Z
25

There's a workaround for this in Qt 5.4.0 : Use CONFIG += resources_big in your .pro file.

See also the 'rcc' section in the 5.4.0 changelog for qtbase.

Zolazoldi answered 10/2, 2015 at 7:53 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.