0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-10-09 05:57:14 +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,9 +1,15 @@
TEMPLATE = subdirs
!contains(CONFIG, no_zint){
CONFIG += zint
}
include(common.pri)
contains(CONFIG, zint){
SUBDIRS += 3rdparty
}
export($$CONFIG)
SUBDIRS += \
limereport