On Sun, Mar 22, 2015 at 09:29:11PM +0100, René J.V. Bertin wrote:
> I found the immediate culprit: build/qtbase/qmake/.qmake.stash
>
you shouldn't even have that file. it means you tried to build qmake
with qmake, which is a bit of a non-starter for hopefully obvious
reasons (the project files are there just for qt creator).
use configure to regenerate the correct Makefile.

as for overriding specific variables, hacking the *host* makespec
(before configuring) as others pointed out will work.
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to