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