mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-28 14:25:59 +00:00
change the name of the files and of the class from barcoderender to qzint
This commit is contained in:
@@ -55,7 +55,7 @@ HEADERS += ../backend/common.h \
|
||||
../backend/reedsol.h \
|
||||
../backend/rss.h \
|
||||
../backend/zint.h \
|
||||
barcoderender.h
|
||||
qzint.h
|
||||
|
||||
SOURCES += ../backend/2of5.c \
|
||||
../backend/auspost.c \
|
||||
@@ -82,14 +82,14 @@ SOURCES += ../backend/2of5.c \
|
||||
../backend/telepen.c \
|
||||
../backend/upcean.c \
|
||||
../backend/qr.c \
|
||||
barcoderender.cpp
|
||||
qzint.cpp
|
||||
|
||||
VERSION = 1.6.0
|
||||
|
||||
#DESTDIR = .
|
||||
|
||||
include.path = $$[ZINT_INSTALL_HEADERS]
|
||||
include.files = ../backend/zint.h barcoderender.h
|
||||
include.files = ../backend/zint.h qzint.h
|
||||
|
||||
target.path = $$[ZINT_INSTALL_LIBS]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user