[Development] Building Qt5 on windows

Jonathan Liu net147 at gmail.com
Thu Sep 13 15:19:26 CEST 2012


On 13/09/2012 8:57 PM, Алексей Павлов wrote:
> /set 
> INCLUDE=%MINGW_HOME%\%MINGW_HOST%\include;%EXTRA%\include;%QTINSTDIR%\databases\firebird\include;%QTINSTDIR%\databases\mysql\include;%QTINSTDIR%\databases\pgsql\include/
> /set 
> LIB=%MINGW_HOME%\%MINGW_HOST%\lib;%EXTRA%\lib;%QTINSTDIR%\databases\firebird\lib;%QTINSTDIR%\databases\mysql\lib;%QTINSTDIR%\databases\pgsql\lib/
GCC uses CPATH with paths separated by colons instead of INCLUDE.
GCC uses LIBRARY_PATH with paths separated by colons instead of LIB.

INCLUDE and LIB are used by Microsoft Visual C++ Compiler not GCC.

Regards,
Jonathan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20120913/f0030fa0/attachment.html>


More information about the Development mailing list