0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-25 00:18:06 +03:00

Disable warnings for 3rdparty code

This commit is contained in:
Rodrigo Torres
2021-08-17 22:13:45 -03:00
parent ffd82a18ca
commit 9ce7e4dfbf
2 changed files with 6 additions and 9 deletions

View File

@@ -3,3 +3,6 @@ ZINT_VERSION = 2.6.1
INCLUDEPATH += $${ZINT_PATH}/backend $${ZINT_PATH}/backend_qt
DEPENDPATH += $${ZINT_PATH}/backend $${ZINT_PATH}/backend_qt
include($${ZINT_PATH}/backend_qt/backend_qt.pro)
CONFIG -= warn_on
CONFIG += warn_off