How to compile qrc files from command line on windows
-
Hi,
We are using the Qt add-in for visual studio and storing XML files into qrc files. The problem is that the add-in doesn't detect if those files are modified and we always need to right click the qrc file and click compile. This is time consuming and prone to errors.
I'd like to compile the resource file from a command line set in the pre-build event to make it automatic.
Anyone would have a hint?
Cheers,
-Damien -
Qt comes with a tool named "rcc":http://qt-project.org/doc/qt-4.8/rcc.html" which you can call.