mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-25 08:28:06 +03:00
Update Zint
This commit is contained in:
34
3rdparty/zint-2.10.0/frontend_qt/frontend_vc8.pro
vendored
Normal file
34
3rdparty/zint-2.10.0/frontend_qt/frontend_vc8.pro
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
TEMPLATE = vcapp
|
||||
TARGET = qtZint
|
||||
CONFIG += warn_on \
|
||||
thread \
|
||||
qt \
|
||||
uitools
|
||||
|
||||
FORMS = mainWindow.ui \
|
||||
extSequence.ui \
|
||||
extExport.ui \
|
||||
extData.ui
|
||||
|
||||
HEADERS = mainwindow.h \
|
||||
barcodeitem.h \
|
||||
datawindow.h \
|
||||
exportwindow.h \
|
||||
sequencewindow.h \
|
||||
qzint.h
|
||||
|
||||
SOURCES = main.cpp \
|
||||
mainwindow.cpp \
|
||||
barcodeitem.cpp \
|
||||
datawindow.cpp \
|
||||
exportwindow.cpp \
|
||||
sequencewindow.cpp
|
||||
qzint.cpp
|
||||
|
||||
RESOURCES = resources.qrc
|
||||
|
||||
INCLUDEPATH += ../backend
|
||||
|
||||
RC_FILE = ./res/qtZint.rc
|
||||
|
||||
LIBS = QtZint2.lib
|
||||
Reference in New Issue
Block a user