[¤SOLVED]Compile huge qrc file (msvc 2013)
-
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?
-
Looks like :
CONFIG += resources_big
in the .pro file is working :)I need to test on linux to see if this option is crosscompiler :)