0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-23 16:22:58 +03:00
LimeReport/limereport.pro

25 lines
419 B
Prolog
Raw Normal View History

2016-03-21 04:12:30 +03:00
TEMPLATE = subdirs
include(common.pri)
2021-08-18 20:14:37 +03:00
CONFIG += ordered
CONFIG(zint) {
2016-03-21 04:12:30 +03:00
SUBDIRS += 3rdparty
}
2016-02-17 10:11:00 +03:00
SUBDIRS += \
limereport \
demo_r1 \
demo_r2 \
2021-09-11 19:03:57 +03:00
lrdview \
designer
2017-11-27 23:14:05 +03:00
if(equals(QT_MAJOR_VERSION, 5) : greaterThan(QT_MINOR_VERSION, 1)) | equals(QT_MAJOR_VERSION, 6) {
2021-08-18 20:14:37 +03:00
SUBDIRS += console
}
2021-08-18 20:14:37 +03:00
!CONFIG(embedded_designer) : !CONFIG(static_build) {
SUBDIRS += designer_plugin
2017-11-27 23:14:05 +03:00
}