Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QtCreator, VS2010 & compiler heap space error with large resources

QtCreator, VS2010 & compiler heap space error with large resources

Scheduled Pinned Locked Moved Qt Creator and other tools
1 Posts 1 Posters 2.5k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    matti-
    wrote on last edited by
    #1

    So our Windows build is giving us:

    @
    qrc_data.cpp:1748020: error: C1060: compiler is out of heap space
    @

    Obviously our .qrc is rather big, but not that big (the final executable is under 100 megs), but apparently vs2010 compiler wont survive compiling the resource. clang on OSX / gcc on Linux compile the same project np. We tried playing around with something like this:

    @
    win32:QMAKE_CXXFLAGS += /Zm500
    @

    ..to make the available heap larger. We also tried a smaller value, but apparently to no avail. So now we're stuck splitting up our .qrc files into several ones.

    Mingw would probably work properly since its a port of gcc?

    • Matti

    Author of <a href="http://mmark.777-team.org/">MMark13</a>

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved