mirror of
https://github.com/fralx/LimeReport.git
synced 2024-12-23 16:22:58 +03:00
29 lines
477 B
Prolog
29 lines
477 B
Prolog
TEMPLATE = subdirs
|
|
|
|
!contains(CONFIG, no_zint){
|
|
CONFIG += zint
|
|
}
|
|
|
|
include(common.pri)
|
|
contains(CONFIG, zint){
|
|
SUBDIRS += 3rdparty
|
|
}
|
|
|
|
export($$CONFIG)
|
|
|
|
CONFIG += ordered
|
|
SUBDIRS += \
|
|
initvars.pro \
|
|
limereport \
|
|
demo_r1 \
|
|
demo_r2 \
|
|
designer
|
|
|
|
# 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
|