PDA

View Full Version : Visual studio recompilation



aizika
15th March 2010, 18:42
Hi,

I build QT WebKit using Visual Studio 2008. I change very few files and only one .cpp file references my code.
I expect only the files I change and maybe the .cpp referencing them to recompile when I build the QtWebKit project.

Most of the time it does work this way. However from time to time VS decides to recompile all the .cpp files in the whole project. On my computer it takes about 1 hour.

Can somebody recommend a way to force VS do recompilation of only the changed files?
I understand that this is more of VS question, rather than QT, but maybe you know a 'secret' setting in QtWebKit.vcproj file?

Thanks,
Alex