2
0
mirror of https://github.com/zint/zint synced 2024-11-16 20:57:25 +13:00
2008-09-27 21:37:39 +00:00

19 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