Qt3D Examples Build errors on windows - fatal error C1060: compiler is out of heap space
Unsolved
QML and Qt Quick
-
Hi,
I am new in Qt3D - and I am posting here because it is looks like Qt3D is so related with Qt Quick and QML.
When I tried to build Qt examples of Qt3D i got - fatal error C1060: compiler is out of heap space
this is only in 3 projects:
phong-cubes
pbr-materials
lightsI did google search of this problem and i found proposed solution with
CONFIG+=resources_big
set in pro files
I tried it and still do not work.
I am using Qt 5.11.1 and WindowsAny idea what i have to do to correct this?
Thanks