mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
14 lines
162 B
Prolog
14 lines
162 B
Prolog
|
TEMPLATE = lib
|
||
|
|
||
|
CONFIG += staticlib
|
||
|
|
||
|
TARGET = QtZintDLL
|
||
|
|
||
|
INCLUDEPATH += ../backend
|
||
|
|
||
|
LIBS += -L"../win32/Release" -lzint
|
||
|
|
||
|
HEADERS += qzint.h
|
||
|
|
||
|
SOURCES += qzint.cpp
|