mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-01 15:48:25 -04:00
Patches by tgotic
This commit is contained in:
parent
00d31b5c5f
commit
ee7f8e3f84
2 changed files with 14 additions and 4 deletions
|
@ -2,7 +2,8 @@ TEMPLATE = app
|
|||
|
||||
CONFIG += warn_on \
|
||||
thread \
|
||||
qt
|
||||
qt \
|
||||
uitools
|
||||
|
||||
TARGET = qtFontend
|
||||
|
||||
|
@ -15,4 +16,5 @@ SOURCES += main.cpp \
|
|||
HEADERS += mainwindow.h \
|
||||
barcodeitem.h
|
||||
|
||||
LIBS += -lQZint
|
||||
LIBS += -lQtZint2
|
||||
RESOURCES = resources.qrc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue