1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-07 20:17:06 +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

@@ -21,6 +21,9 @@ INCLUDEPATH += ../backend
#EDIT THIS !!!!
DEFINES += ZINT_VERSION="\\\"2.5.0\\\""
# Win
DEFINES += NO_PNG
!contains(DEFINES, NO_PNG) {
INCLUDEPATH += ../../lpng
INCLUDEPATH += ../../zlib