On 30/12/12 11:34 PM, Diego Iastrubni wrote:
On Thu, Dec 27, 2012 at 3:06 PM, Thiago Macieira <thiago.macie...@intel.com <mailto:thiago.macie...@intel.com>> wrote:

    Also remember that the qmake code dealing with relative paths is
    broken.
    That's why you can only do out-of-source builds from outside the
    source, not
    in a subdir of it.


I have been hearing this theorem for a few weeks/months. However... I always build out of source, as a subdir (on Linux). QtCreator, and even Qt itself work for me. Every Qt project - I build out of source in a subdir.

I have yet still have not found a bug. I have yet found a test case that fails for me.


The "bug" is that dependencies are omitted. It's not a problem when you do a clean build. It's a problem when you do an incremental build after changing things.

A particular example I can think of is that RESOURCES files are not recompiled as they should be when the build and source trees have a different number of slashes in them.

--
Link

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to