0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-24 00:33:02 +03:00
LimeReport/limereport.pri

7 lines
135 B
Plaintext
Raw Normal View History

CONFIG += zint
include(./limereport/limereport.pri)
contains(CONFIG, zint){
2021-02-03 22:00:14 +03:00
DEFINES+=QZINT_STATIC_BUILD
include(./qzint.pri)
}