On Monday 13 December 2010 20:41:54 ext Bradley Smith wrote: > I've narrowed down the problem. If I try to perform an out-of-tree > build from one directory above where the qt-creator project is, it > fails, but from a sibling directory it works.
It's a (known, nasty, almost impossible to fix) "feature" of qmake that shadow builds only work reliably on the same level as the source dir. A consequence of that is that even in cases where it would work for some projects it rarely does as the projects themselves do not try to keep their .pro code in a shape that would allow "non-parallel" builds. Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
