mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Patches by tgotic
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user