0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-23 16:22:58 +03:00
LimeReport/limereport.pri
2021-02-03 22:00:14 +03:00

7 lines
135 B
Plaintext

CONFIG += zint
include(./limereport/limereport.pri)
contains(CONFIG, zint){
DEFINES+=QZINT_STATIC_BUILD
include(./qzint.pri)
}