0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-26 01:24:39 +03:00
LimeReport/3rdparty/zint-2.10.0/frontend_qt/frontend_vc8.pro

35 lines
529 B
Prolog
Raw Normal View History

2022-01-26 15:16:57 +03:00
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