1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-08 20:41:59 +00:00

qt frontend

This commit is contained in:
taipanromania
2008-07-18 14:49:14 +00:00
parent 9daffeb764
commit e6aadd96f7
7 changed files with 775 additions and 0 deletions

18
frontend_qt4/fontend.pro Normal file
View File

@@ -0,0 +1,18 @@
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 += -lQtZint