mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mingw-cross-env-list] Qt 4.7 (help wanted)


From: Mark Brand
Subject: [Mingw-cross-env-list] Qt 4.7 (help wanted)
Date: Mon, 31 May 2010 17:20:19 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.4) Gecko/20100527 SUSE/3.1rc1-3.1 Thunderbird/3.1

 Hi,

This is about "our" qmake.conf file. This appears in the Qt tree at

    mkspecs/win32-g++-cross/qmake.conf

It's installed in mingw-cross-env as:

    usr/i686-pc-mingw32/mkspecs/win32-g++-cross/qmake.conf

The tool "qmake" uses this definition to generate makefiles, not only when building Qt but also when building apps.

Anyway, this file specifies an absolute include path. This path is "localized/fixed" by our qt.mk.

Here is the line:

QMAKE_CFLAGS = -pipe -isystem /usr/i686-pc-mingw32/include

I would like to avoid having to specify the full path this way. Does anyone know of a way to put the intended directory in the include path without resorting to this?

-Mark




reply via email to

[Prev in Thread] Current Thread [Next in Thread]