2012-04-12 17:26:35 +00:00
|
|
|
CURRENTLY_BUILDING_COMPONENTS = "examples"
|
2012-04-12 10:00:44 +00:00
|
|
|
!include( ../config.pri ) {
|
2012-04-12 17:26:35 +00:00
|
|
|
error( "Couldn't find the config.pri file!" )
|
2012-04-12 10:00:44 +00:00
|
|
|
}
|
|
|
|
|
2012-01-16 08:13:25 +00:00
|
|
|
TEMPLATE = subdirs
|
2012-03-27 17:25:52 +00:00
|
|
|
SUBDIRS += \
|
|
|
|
areachart \
|
2012-07-04 09:52:34 +00:00
|
|
|
customchart \
|
2012-03-27 17:25:52 +00:00
|
|
|
linechart \
|
2012-02-03 09:49:09 +00:00
|
|
|
percentbarchart \
|
2012-02-07 15:18:05 +00:00
|
|
|
piechart \
|
2012-03-29 12:30:34 +00:00
|
|
|
piechartdrilldown \
|
2012-03-27 17:25:52 +00:00
|
|
|
scatterchart \
|
2012-04-03 07:31:42 +00:00
|
|
|
scatterinteractions \
|
2012-04-03 07:36:02 +00:00
|
|
|
splinechart \
|
2012-03-27 17:25:52 +00:00
|
|
|
stackedbarchart \
|
2012-04-02 14:11:19 +00:00
|
|
|
stackedbarchartdrilldown \
|
2012-04-04 14:14:08 +00:00
|
|
|
zoomlinechart \
|
2012-05-15 13:32:56 +00:00
|
|
|
modeldata \
|
2012-07-03 14:12:39 +00:00
|
|
|
barchart \
|
2013-06-03 12:01:25 +00:00
|
|
|
boxplotchart \
|
2012-06-03 10:30:02 +00:00
|
|
|
legend \
|
2012-06-15 13:22:36 +00:00
|
|
|
barmodelmapper \
|
2012-07-11 13:54:54 +00:00
|
|
|
lineandbar \
|
2012-07-12 08:33:31 +00:00
|
|
|
horizontalbarchart \
|
2012-07-12 09:58:03 +00:00
|
|
|
horizontalstackedbarchart \
|
2012-07-12 11:18:13 +00:00
|
|
|
horizontalpercentbarchart \
|
2012-07-31 12:12:50 +00:00
|
|
|
donutbreakdown \
|
2012-08-28 10:22:38 +00:00
|
|
|
temperaturerecords \
|
2012-09-24 08:52:38 +00:00
|
|
|
donutchart \
|
2012-10-11 09:49:43 +00:00
|
|
|
multiaxis \
|
2012-12-10 11:07:46 +00:00
|
|
|
legendmarkers \
|
2013-04-16 07:07:13 +00:00
|
|
|
logvalueaxis \
|
|
|
|
polarchart
|
2012-08-28 07:37:57 +00:00
|
|
|
|
2014-06-13 11:07:42 +00:00
|
|
|
!contains(QT_VERSION, ^5\\..*\\..*$)|qtHaveModule(declarative) {
|
|
|
|
SUBDIRS += qmlboxplot \
|
|
|
|
qmlpiechart
|
|
|
|
}
|
|
|
|
|
2012-08-28 07:37:57 +00:00
|
|
|
!linux-arm*: {
|
|
|
|
SUBDIRS += \
|
|
|
|
datetimeaxis
|
|
|
|
}
|