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/backend_qt/backend_qt_zintdll.pro
Rodrigo Torres 6822ade01b Update Zint
2022-01-26 09:16:57 -03:00

14 lines
162 B
Prolog

TEMPLATE = lib
CONFIG += staticlib
TARGET = QtZintDLL
INCLUDEPATH += ../backend
LIBS += -L"../win32/Release" -lzint
HEADERS += qzint.h
SOURCES += qzint.cpp