LimeReport/limereport.pro
2021-09-11 19:21:28 +03:00

25 lines
419 B
Prolog

TEMPLATE = subdirs
include(common.pri)
CONFIG += ordered
CONFIG(zint) {
SUBDIRS += 3rdparty
}
SUBDIRS += \
limereport \
demo_r1 \
demo_r2 \
lrdview \
designer
if(equals(QT_MAJOR_VERSION, 5) : greaterThan(QT_MINOR_VERSION, 1)) | equals(QT_MAJOR_VERSION, 6) {
SUBDIRS += console
}
!CONFIG(embedded_designer) : !CONFIG(static_build) {
SUBDIRS += designer_plugin
}