mirror of
https://github.com/fralx/LimeReport.git
synced 2024-12-23 16:22:58 +03:00
28 lines
345 B
Prolog
28 lines
345 B
Prolog
TEMPLATE = subdirs
|
|
|
|
!contains(CONFIG, no_zint){
|
|
CONFIG += zint
|
|
}
|
|
|
|
include(common.pri)
|
|
contains(CONFIG, zint){
|
|
SUBDIRS += 3rdparty
|
|
}
|
|
|
|
export($$CONFIG)
|
|
|
|
SUBDIRS += limereport
|
|
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS += demo_r1 demo_r2 designer
|
|
|
|
!contains(CONFIG, embedded_designer){
|
|
!contains(CONFIG, static_build){
|
|
SUBDIRS += designer_plugin
|
|
}
|
|
}
|
|
|
|
|
|
|