1
0
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:
taipanromania
2008-09-18 14:43:54 +00:00
parent 71693ebcbb
commit b6c5e74476
3 changed files with 41 additions and 41 deletions

View File

@@ -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]