mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
21 lines
270 B
Prolog
21 lines
270 B
Prolog
TEMPLATE = app
|
|
|
|
CONFIG += warn_on \
|
|
thread \
|
|
qt \
|
|
uitools
|
|
|
|
TARGET = qtFontend
|
|
|
|
FORMS += mainWindow.ui
|
|
|
|
SOURCES += main.cpp \
|
|
mainwindow.cpp \
|
|
barcodeitem.cpp
|
|
|
|
HEADERS += mainwindow.h \
|
|
barcodeitem.h
|
|
|
|
LIBS += -lQtZint2
|
|
RESOURCES = resources.qrc
|