mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-19 09:45:21 -04:00
20 lines
270 B
Prolog
20 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
|