Hi,

I try compile code where inside resources I have files which have +- 20MB and i get following error

Qt Code:
  1. cc1plus.exe:-1: error: out of memory allocating 1073745919 bytes
To copy to clipboard, switch view to plain text mode 

It is a normal? Whether Qt Resources have some restrictions about size? Or it is a problem with my compiler? I use Qt 5.4 with ming 4.9.1

Thanks,