[Qt-creator] Importing complex qmake project
Danny Price
deepblue842 at googlemail.com
Mon Mar 8 17:44:45 CET 2010
>
> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20100308/c95233e8/attachment.html
More information about the Qt-creator-old
mailing list