zint-barcode-generator/backend_qt/backend_qt_zintdll.pro

13 lines
162 B
Prolog

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