##// END OF EJS Templates
Mapping functions added to QChart. Callout example updated
Mapping functions added to QChart. Callout example updated

File last commit:

r2327:fb1a20e828dd
r2344:bf21d64b0d3d
Show More
examples.pro
40 lines | 968 B | text/idl | PrologLexer
CURRENTLY_BUILDING_COMPONENTS = "examples"
!include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
TEMPLATE = subdirs
SUBDIRS += \
areachart \
customchart \
linechart \
percentbarchart \
piechart \
piechartdrilldown \
presenterchart \
scatterchart \
scatterinteractions \
splinechart \
stackedbarchart \
stackedbarchartdrilldown \
zoomlinechart \
modeldata \
barchart \
legend \
barmodelmapper \
qmlpiechart \
lineandbar \
horizontalbarchart \
horizontalstackedbarchart \
horizontalpercentbarchart \
donutbreakdown \
temperaturerecords \
donutchart \
multiaxis \
callout \
legendmarkers
!linux-arm*: {
SUBDIRS += \
datetimeaxis
}