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:
@@ -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){
|
||||
|
Reference in New Issue
Block a user