Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Include large resources using Visual Studio?
Qt 6.11 is out! See what's new in the release blog

Include large resources using Visual Studio?

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 876 Views 1 Watching
  • 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.
  • T Offline
    T Offline
    Taytoo
    wrote on last edited by
    #1

    Keep getting msvc compiler out of heap space error, because I included a 20MB resource. Searching online, found this: https://bugreports.qt.io/browse/QTBUG-55293

    What's the equivalent of CONFIg += resources_big in MS Visual Studio 2022 w/Qt VS Tools extension?

    1 Reply Last reply
    0
    • Christian EhrlicherC Online
      Christian EhrlicherC Online
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Use BIG_RESOURCES in your qt_add_resources call.

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      T 1 Reply Last reply
      1
      • Christian EhrlicherC Christian Ehrlicher

        Use BIG_RESOURCES in your qt_add_resources call.

        T Offline
        T Offline
        Taytoo
        wrote on last edited by Taytoo
        #3

        @Christian-Ehrlicher QT VS Tools is automatically including .qrc files, so I'm not using qt_add_resources. Also, I'm not using CMAKE.

        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