mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-20 10:15:10 -04:00
Update zint version to 2.10.0
This commit is contained in:
parent
8577cbf87f
commit
a04a44f1e6
24 changed files with 53 additions and 53 deletions
|
@ -17,7 +17,7 @@ TARGET = QtZint
|
|||
INCLUDEPATH += ../backend
|
||||
|
||||
#EDIT THIS !!!!
|
||||
DEFINES += ZINT_VERSION="\\\"2.9.1.9\\\""
|
||||
DEFINES += ZINT_VERSION="\\\"2.10.0\\\""
|
||||
|
||||
!contains(DEFINES, NO_PNG) {
|
||||
INCLUDEPATH += ../../lpng
|
||||
|
@ -117,7 +117,7 @@ SOURCES += ../backend/2of5.c \
|
|||
../backend/dllversion.c \
|
||||
qzint.cpp
|
||||
|
||||
VERSION = 2.9.1.9
|
||||
VERSION = 2.10.0
|
||||
|
||||
#DESTDIR = .
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ win32 {
|
|||
}
|
||||
|
||||
TARGET = QtZint2
|
||||
VERSION = 2.9.1.9
|
||||
VERSION = 2.10.0
|
||||
|
||||
QMAKE_CFLAGS += /TP /wd4018 /wd4244 /wd4305
|
||||
QMAKE_CXXFLAGS += /TP /wd4018 /wd4244 /wd4305
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue