0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-09-23 16:39:07 +03:00

Static build has been fixed.

CONFIG no_zint & static_build flags have been added
This commit is contained in:
Arin Alex
2017-06-16 03:06:09 +03:00
parent ad99677d9c
commit 2c0e343c55
9 changed files with 60 additions and 22 deletions

View File

@@ -1,5 +1,8 @@
CONFIG += build_translations
CONFIG += zint
!contains(CONFIG, no_zint){
CONFIG += zint
}
ZINT_PATH = $$PWD/3rdparty/zint-2.4.4
contains(CONFIG,zint){