Visual studio, rcc runs on each change
-
Hi,
I am using cmake to create visual studio project and I am using qt 5.0.1 an there are some qrc files in my project. I can create visual studio project and run it there is no problem. My problem is when I change a cpp file (which has nothing to do with qrc files) rcc tool runs again and generates qrc_*.cpp files again and visual studio compiles whole project which takes some time. why is the reason rcc is running everytime (even though I am not making any changes to files refered in .qrc file) and what is the reason visual studio is compiling whole project after every single changes?