[Qt-interest] Strange qmake include paths (Linux)
Andreas Pakulat
apaku at gmx.de
Fri Sep 2 13:34:30 CEST 2011
On 02.09.11 13:21:57, Schimkowitsch Robert wrote:
> Under Linux, when calling "qmake <MyProject>.pro", where does the qmake
> obtain the include paths to write into the Makefile?
>
> I have strange include paths appearing in my Makefiles that break them.
> I've checked my environment variables, and compared them to a
> colleague's machine where everything works fine - they are basically the
> same. I cannot find the paths that appear in my Makefile anywhere in my
> environment variables.
>
> Where else does qmake obtain include paths?
Which include paths exactly? If these are Qt-paths, they're hardcoded
into the qmake binary. Other paths may come from the .pro file, from a
.pri file that is being included or from mkspec files from Qt.
Andreas
More information about the Qt-interest-old
mailing list