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)
Forum Updated to NodeBB v4.3 + New Features

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

Scheduled Pinned Locked Moved General and Desktop
ressourcemsvc13
2 Posts 1 Posters 1.4k 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.
  • B Offline
    B Offline
    BlackMamba
    wrote on 30 Mar 2015, 15:25 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?

    B 1 Reply Last reply 30 Mar 2015, 18:03
    0
    • B BlackMamba
      30 Mar 2015, 15:25

      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?

      B Offline
      B Offline
      BlackMamba
      wrote on 30 Mar 2015, 18:03 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

      1/2

      30 Mar 2015, 15:25

      • Login

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