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:
18
frontend_qt4/fontend.pro
Normal file
18
frontend_qt4/fontend.pro
Normal 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
|
||||
Reference in New Issue
Block a user