zint/frontend_qt4/fontend.pro

21 lines
270 B
Prolog
Raw Normal View History

2008-07-18 14:49:14 +00:00
TEMPLATE = app
CONFIG += warn_on \
thread \
2009-06-05 21:08:09 +00:00
qt \
uitools
2008-07-18 14:49:14 +00:00
TARGET = qtFontend
FORMS += mainWindow.ui
SOURCES += main.cpp \
mainwindow.cpp \
barcodeitem.cpp
HEADERS += mainwindow.h \
barcodeitem.h
2009-06-05 21:08:09 +00:00
LIBS += -lQtZint2
RESOURCES = resources.qrc