make qtzint on WIndows: Instructions updated.

Martin provided the attached frontend_qt.pro file which includes the zint library (Thanks !)
This commit is contained in:
Harald Oehlmann 2021-01-05 17:34:50 +01:00
parent 62a5ce7345
commit e9c55847cf
2 changed files with 93 additions and 11 deletions

View file

@ -1,5 +1,5 @@
Harald Oehlmann
2017-03-29
2020-01-05
How to build qzint.exe using:
- QT 5.15.0 source package
@ -49,12 +49,7 @@ Build zint:
- set PATH=C:\Qt\5.15.0static\bin;%PATH%
- set QMAKESPEC=win32-msvc
- cd $ZH
- cd backend_qt
- qmake backend_qt.pro
- nmake clean
- nmake release
- cd ..\frontend_qt
- cd frontend_qt
- qmake frontend_qt.pro
- nmake clean
- nmake release