mirror of
https://github.com/fralx/LimeReport.git
synced 2024-12-26 01:24:39 +03: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
|