2
0
mirror of https://github.com/zint/zint synced 2024-11-16 20:57:25 +13:00
zint/backend_qt/backend_qt_zintdll.pro

14 lines
175 B
Prolog
Raw Normal View History

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