2016-03-21 04:12:30 +03:00
|
|
|
TEMPLATE = subdirs
|
2017-06-16 03:06:09 +03:00
|
|
|
|
|
|
|
!contains(CONFIG, no_zint){
|
|
|
|
CONFIG += zint
|
|
|
|
}
|
|
|
|
|
2016-03-22 15:55:02 +03:00
|
|
|
include(common.pri)
|
2016-03-21 04:12:30 +03:00
|
|
|
contains(CONFIG, zint){
|
|
|
|
SUBDIRS += 3rdparty
|
2016-03-21 02:49:04 +03:00
|
|
|
}
|
2016-02-17 10:11:00 +03:00
|
|
|
|
2017-06-16 03:06:09 +03:00
|
|
|
export($$CONFIG)
|
2017-11-27 23:14:05 +03:00
|
|
|
|
2017-12-07 21:30:32 +03:00
|
|
|
CONFIG += ordered
|
2018-08-04 18:23:56 +03:00
|
|
|
SUBDIRS += \
|
|
|
|
limereport \
|
|
|
|
demo_r1 \
|
|
|
|
demo_r2 \
|
2019-02-20 21:06:18 +03:00
|
|
|
console \
|
2018-08-04 18:23:56 +03:00
|
|
|
designer
|
2017-11-27 23:14:05 +03:00
|
|
|
|
|
|
|
!contains(CONFIG, embedded_designer){
|
|
|
|
!contains(CONFIG, static_build){
|
|
|
|
SUBDIRS += designer_plugin
|
|
|
|
}
|
|
|
|
}
|