[Patch] Qmake project manager Qt module include paths

Andreas Pakulat apaku at gmx.de
Sat Apr 11 23:31:37 UTC 2009


On 11.04.09 15:24:00, David Nolden wrote:
> You can try the custom makefile support. All it is missing is support for out-
> of-source builds. Else, it should work just fine with qmake.

Out of source support for custom makefiles won't work with qmake - at
least not the basic version that would work for autotools. QMake allows
to put .moc, ui_xx.h, .o and final binaries into different directories
(for example ".moc/" for mocs, ".ui/" for generated ui etc). And there's
no way to just put them all into a "builddir" unless one explicitly sets
up the various QMake variable for the different output files to the same
dir.

And for the simpler qmake projects which just pollute the sourcedir, the
existing support should be enough.

Andreas
 
-- 
You are wise, witty, and wonderful, but you spend too much time reading
this sort of trash.




More information about the KDevelop-devel mailing list