mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-23 20:22:58 +03:00
7 lines
135 B
Plaintext
7 lines
135 B
Plaintext
CONFIG += zint
|
|
include(./limereport/limereport.pri)
|
|
contains(CONFIG, zint){
|
|
DEFINES+=QZINT_STATIC_BUILD
|
|
include(./qzint.pri)
|
|
}
|