zint/frontend_qt4/fontend.pro

19 lines
222 B
Prolog
Raw Normal View History

2008-07-18 14:49:14 +00:00
TEMPLATE = app
CONFIG += warn_on \
thread \
qt
TARGET = qtFontend
FORMS += mainWindow.ui
SOURCES += main.cpp \
mainwindow.cpp \
barcodeitem.cpp
HEADERS += mainwindow.h \
barcodeitem.h
2008-09-27 21:37:39 +00:00
LIBS += -lQZint