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. [¤SOLVED]Compile huge qrc file (msvc 2013)

[¤SOLVED]Compile huge qrc file (msvc 2013)

Scheduled Pinned Locked Moved General and Desktop
ressourcemsvc13
2 Posts 1 Posters 1.3k 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.
  • BlackMambaB Offline
    BlackMambaB Offline
    BlackMamba
    wrote on last edited by BlackMamba
    #1

    Hello,
    I have a project with a lot of audio files that I would like to compile with the rest of the code as it contains some of the audio files properties.
    I know that rcc is working to create a pure data file, but I would really like to have only one dll.
    I can't succeed in compiling the project with my audio files as ressources, I have an error 2 at around 30 seconds.

    Do you think I can fix that ? Is it a Qt issue or a MSVC 2013 issue?

    BlackMambaB 1 Reply Last reply
    0
    • BlackMambaB BlackMamba

      Hello,
      I have a project with a lot of audio files that I would like to compile with the rest of the code as it contains some of the audio files properties.
      I know that rcc is working to create a pure data file, but I would really like to have only one dll.
      I can't succeed in compiling the project with my audio files as ressources, I have an error 2 at around 30 seconds.

      Do you think I can fix that ? Is it a Qt issue or a MSVC 2013 issue?

      BlackMambaB Offline
      BlackMambaB Offline
      BlackMamba
      wrote on last edited by
      #2

      @BlackMamba

      Looks like :
      CONFIG += resources_big
      in the .pro file is working :)

      I need to test on linux to see if this option is crosscompiler :)

      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