LimeReport/limereport.pro

35 lines
580 B
Prolog
Raw Normal View History

2016-03-21 04:12:30 +03:00
TEMPLATE = subdirs
!contains(CONFIG, no_zint){
CONFIG += zint
}
include(common.pri)
2016-03-21 04:12:30 +03:00
contains(CONFIG, zint){
SUBDIRS += 3rdparty
}
2016-02-17 10:11:00 +03:00
export($$CONFIG)
2017-11-27 23:14:05 +03:00
CONFIG += ordered
SUBDIRS += \
initvars.pro \
limereport \
demo_r1 \
demo_r2 \
designer
2017-11-27 23:14:05 +03:00
!contains(CONFIG, embedded_designer){
!contains(CONFIG, static_build){
SUBDIRS += designer_plugin
}
}
2016-02-17 10:11:00 +03:00
# QMake top level srcdir and builddir
# https://wiki.qt.io/QMake-top-level-srcdir-and-builddir
#Qt4 .qmake.cache.in
#Qt5 .qmake.conf
OTHER_FILES += \
.qmake.conf \
.qmake.cache.in