mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-31 07:08:26 -04:00
Structural changes and updates from tgotic
This commit is contained in:
parent
7fa4b32c1d
commit
1695eae7dd
17 changed files with 671 additions and 439 deletions
|
@ -12,7 +12,7 @@ TARGET = QtZint
|
|||
INCLUDEPATH += ../backend
|
||||
|
||||
#EDIT THIS !!!!
|
||||
DEFINES += NO_PNG NO_QR ZINT_VERSION=\"2.1.3\"
|
||||
DEFINES += NO_PNG NO_QR ZINT_VERSION="2.3.0"
|
||||
|
||||
!contains(DEFINES, NO_PNG) {
|
||||
SOURCES += ../backend/png.c
|
||||
|
@ -97,7 +97,7 @@ SOURCES += ../backend/2of5.c \
|
|||
../backend/code1.c \
|
||||
qzint.cpp
|
||||
|
||||
VERSION = 2.1.3
|
||||
VERSION = 2.3.0
|
||||
|
||||
#DESTDIR = .
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue