mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-23 20:22:58 +03:00
16 lines
174 B
Prolog
16 lines
174 B
Prolog
TEMPLATE = subdirs
|
|
include(common.pri)
|
|
contains(CONFIG, zint){
|
|
SUBDIRS += 3rdparty
|
|
}
|
|
|
|
SUBDIRS += \
|
|
limereport
|
|
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS += demo_r1 demo_r2
|
|
|
|
|
|
|