0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-10-09 05:57:14 +03:00

limereport.pri for static building and aliases have been added

This commit is contained in:
Arin Alexander
2016-12-22 02:08:27 +03:00
parent 7da0cfd7e2
commit 3807ac0c57
7 changed files with 77 additions and 2 deletions

5
limereport.pri Normal file
View File

@@ -0,0 +1,5 @@
CONFIG += zint
include(./limereport/limereport.pri)
contains(CONFIG, zint){
include(./qzint.pri)
}