[Development] Building Qt5 on windows

Алексей Павлов alexpux at gmail.com
Fri Sep 14 09:05:03 CEST 2012


I upload full configure.log and build.log to the webkit. Where I have
errors I add many empty lines and wrote some comments. Plese look at
them:  https://gist.github.com/3720368

2012/9/13 Алексей Павлов <alexpux at gmail.com>
>
> For Thiago:
> mkspecs/qmodule.pri listing:
> #paths
> QT_BUILD_TREE   = C:/SDK/srcs/qt5/qtbase
> QT_SOURCE_TREE  = C:/SDK/srcs/qt5/qtbase
> QT_BUILD_PARTS += libs tools
>
> #Qt for Windows CE c-runtime deployment
> QT_CE_C_RUNTIME = no
> CONFIG += create_prl link_prl sse2 sse3 ssse3 sse4_1 sse4_2 avx avx2 largefile
>
>
> For  Jonathan Liu: if you list configure.log in first mesage you see
> that during configuration LIB and INCLUDE added in configuration
> normally. When I run ming32-make to build qt, qtbase makefiles
> contains LIB and INCLUDE but not next modules.
>
>
>
>
> 2012/9/13 Jonathan Liu <net147 at gmail.com>
> >
> > 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



More information about the Development mailing list