zint/frontend_qt4/fontend.pro

21 lines
270 B
Prolog
Raw Normal View History

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