mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-23 20:22:58 +03:00
7 lines
222 B
Prolog
7 lines
222 B
Prolog
ZINT_PATH = $$PWD/zint-2.4.4/
|
|
ZINT_VERSION = 2.4.4
|
|
INCLUDEPATH += $${ZINT_PATH}/backend $${ZINT_PATH}/backend_qt4
|
|
DEPENDPATH += $${ZINT_PATH}/backend $${ZINT_PATH}/backend_qt4
|
|
include($${ZINT_PATH}/backend_qt4/Zint.pro)
|
|
|