Qt5: added hint howto correct build Qt5Pas1.dll under win32.

git-svn-id: trunk@54138 -
This commit is contained in:
zeljko 2017-02-12 10:07:00 +00:00
parent a05c58ebb1
commit 93f2a9f8fd

View File

@ -33,7 +33,15 @@ Windows Note:
Verify the QTDIR,QMAKESPEC environment variables.
e.g. QMAKESPEC=win32-g++ and that make -v
and gcc -v produce the expected result.
Be sure that mingw32 shipped with Qt5 is in PATH,
so bindings are built with correct mingw32 version.
eg. for Qt-5.6.1 you can set all paths in cmd and
build bindings.
set PATH=C:\Qt5Directory\Tools\mingw492_32\bin;C:\Qt5Directory\5.6\mingw49_32\bin;%PATH%
qmake -query
qmake
mingw32-make