0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-23 16:22:58 +03:00
LimeReport/3rdparty/3rdparty.pro

9 lines
263 B
Prolog
Raw Permalink Normal View History

2022-01-26 15:16:57 +03:00
ZINT_PATH = $$PWD/zint-2.10.0
ZINT_VERSION = 2.10.0
2017-09-04 06:44:16 +03:00
INCLUDEPATH += $${ZINT_PATH}/backend $${ZINT_PATH}/backend_qt
DEPENDPATH += $${ZINT_PATH}/backend $${ZINT_PATH}/backend_qt
include($${ZINT_PATH}/backend_qt/backend_qt.pro)
2021-08-18 04:13:45 +03:00
CONFIG -= warn_on
CONFIG += warn_off