LimeReport/limereport.pro
Arin Alex 2c0e343c55 Static build has been fixed.
CONFIG no_zint & static_build flags have been added
2017-06-16 03:06:09 +03:00

22 lines
251 B
Prolog

TEMPLATE = subdirs
!contains(CONFIG, no_zint){
CONFIG += zint
}
include(common.pri)
contains(CONFIG, zint){
SUBDIRS += 3rdparty
}
export($$CONFIG)
SUBDIRS += \
limereport
CONFIG += ordered
SUBDIRS += demo_r1 demo_r2 designer