mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-09 13:41:59 -04:00
13 lines
162 B
Prolog
13 lines
162 B
Prolog
TEMPLATE = lib
|
|
|
|
CONFIG += staticlib
|
|
|
|
TARGET = QtZintDLL
|
|
|
|
INCLUDEPATH += ../backend
|
|
|
|
LIBS += -L"../win32/Release" -lzint
|
|
|
|
HEADERS += qzint.h
|
|
|
|
SOURCES += qzint.cpp
|