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-01-27 13:19:43 +00:00
|
|
|
barchart \
|
2012-03-28 12:55:18 +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-04-04 07:37:29 +00:00
|
|
|
presenterchart \
|
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-05-28 14:31:05 +00:00
|
|
|
groupedbarchart \
|
2012-06-03 10:30:02 +00:00
|
|
|
legend \
|
|
|
|
barmodelmapper
|