0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-26 01:24:39 +03:00
LimeReport/limereport.pro

16 lines
183 B
Prolog
Raw Normal View History

2016-03-21 04:12:30 +03:00
TEMPLATE = subdirs
include(common.pri)
2016-03-21 04:12:30 +03:00
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
SUBDIRS += demo_r1 demo_r2 designer
2016-02-17 10:11:00 +03:00
2016-02-17 10:28:27 +03:00