>
> Anyway the explanation is, there was a current, non-debug build
> present in the same directory, and Creator did not force a rebuild in
> debug mode
>

Yeah it won't. Not unless you manually specify target deps in the .pro
files. 'clean' doesn't seem to do what you might think it should either - it
won't remove compiled products. Only the object files.

Best solution is to manually clear down all the build directories by hand.
It helps to have a seperate binary tree to make this easier.
_______________________________________________
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to