0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-23 16:22:58 +03:00
LimeReport/limereport.pro

16 lines
161 B
Prolog
Raw Normal View History

2016-03-21 04:12:30 +03:00
TEMPLATE = subdirs
CONFIG += zint
contains(CONFIG, zint){
SUBDIRS += 3rdparty
}
2016-02-17 10:11:00 +03:00
2016-03-21 04:12:30 +03:00
SUBDIRS += \
limereport
2016-02-17 10:11:00 +03:00
2016-03-21 04:12:30 +03:00
CONFIG += ordered
2016-02-17 10:11:00 +03:00
2016-03-21 04:12:30 +03:00
SUBDIRS += demo_r1
2016-02-17 10:11:00 +03:00
2016-02-17 10:28:27 +03:00