1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-10 13:36:02 +00:00

2017-01-18 Tried to compile QT5 on windows: - no PNG (64 bit issues), exe does not run ;-)

This commit is contained in:
Harald Oehlmann
2017-01-18 15:53:50 +01:00
parent ce5c637a6d
commit 877201bcfe
3 changed files with 43 additions and 8 deletions

View File

@@ -0,0 +1,30 @@
Harald Oehlmann
2016-02-28
How to build qzint.exe using:
- QT 5.7 installed in C:\qt5
- MS Visual Studio 2015 (VC12)
Folder structure:
- zint source files in $ZH
-> this file is in $ZH\frontend_qt
- png1620.zip unzipped in $ZH\..\lpng
-> $ZH\..\lpng\png.h exists
- zlib128.zip unzipped in folder $ZH\..\zlib
-> $ZH\..\zlib\zlib.h exists
Build zint
- Start in the start menu: "VS2015 x64 Native Tools-Eingabeaufforderung"
- set PATH=C:\Qt5\5.7\msvc2015_64\bin;%PATH%
- cd $ZH
- cd backend_qt
- qmake backend_qt.pro
- nmake clean
- nmake release
- cd ..\frontend_qt
- qmake frontend_qt.pro
- nmake clean
- nmake release
-> qzint.exe is in the release folder