Qt: Compiler is out of heap space

后端 未结 1 824
刺人心
刺人心 2021-01-17 13:12

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 handl

相关标签:
1条回答
  • 2021-01-17 13:52

    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.

    0 讨论(0)
提交回复
热议问题