mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-15 07:34:35 -04:00
18 lines
222 B
Prolog
18 lines
222 B
Prolog
TEMPLATE = app
|
|
|
|
CONFIG += warn_on \
|
|
thread \
|
|
qt
|
|
|
|
TARGET = qtFontend
|
|
|
|
FORMS += mainWindow.ui
|
|
|
|
SOURCES += main.cpp \
|
|
mainwindow.cpp \
|
|
barcodeitem.cpp
|
|
|
|
HEADERS += mainwindow.h \
|
|
barcodeitem.h
|
|
|
|
LIBS += -lQZint
|