mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 16:31:40 +02:00
Qt5: added hint howto correct build Qt5Pas1.dll under win32.
git-svn-id: trunk@54138 -
This commit is contained in:
parent
a05c58ebb1
commit
93f2a9f8fd
@ -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
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user