mirror of
https://github.com/fralx/LimeReport.git
synced 2024-12-23 16:22:58 +03:00
26 lines
424 B
Prolog
26 lines
424 B
Prolog
TEMPLATE = subdirs
|
|
|
|
include(common.pri)
|
|
|
|
CONFIG += ordered
|
|
|
|
CONFIG(zint) {
|
|
SUBDIRS += 3rdparty
|
|
}
|
|
|
|
SUBDIRS += \
|
|
limereport \
|
|
demo_r1 \
|
|
demo_r2 \
|
|
designer
|
|
|
|
|
|
if(equals(QT_MAJOR_VERSION, 5) : greaterThan(QT_MINOR_VERSION, 1)) | equals(QT_MAJOR_VERSION, 6) {
|
|
SUBDIRS += console \
|
|
lrdview
|
|
}
|
|
|
|
!CONFIG(embedded_designer) : !CONFIG(static_build) {
|
|
SUBDIRS += designer_plugin
|
|
}
|