[Qt-interest] qmake issue
Andreas Pakulat
apaku at gmx.de
Sat Apr 18 23:33:41 CEST 2009
On 18.04.09 22:56:01, ami guru wrote:
> Hello forum,
>
> i have several directories and each of these have a .pro file
>
> And some of the directory depend on other directories for compilation.
>
> The dependencies are most of the times explicit and sometimes implicit.
>
>
> How to deal with the implicit dependencies.
Stop using qmake and use a buildsystem that was actually designed as a
general purpose buildsystem (CMake, Makefiles, bjam, autotools come to
mind). QMake doesn't support proper dependency tracking, so just forget
about it and move on.
Andreas
--
Today is the tomorrow you worried about yesterday.
More information about the Qt-interest-old
mailing list