I am using Visual Studio 2005 IDE with QT Visual Studio Integration. QT version is 4.7.3.
I have a project with some resources defined in a QT Resource Collection Files (.qrc). The problem is whenever I change the content of some file referenced by the .qrc (like editing an image and saving), the changes are not reflected in the application. The reason being the .qrc is not automatically recompiled by the IDE. I have to manually recompile it everytime I change a resource.
Any one faced this problem before? Any known workarounds?
NOTE: The file has the right Custom Build Tool settings to make it compile. But the changes to .qrc file dependencies are not flagged for recompilation.
EDIT: There is a similar bug mentioned for QT Creator here:
QT Creator Bug: .qrc doesn't recompile
Thanks!