##// END OF EJS Templates
Removed some carbage from pie series public APIs
Removed some carbage from pie series public APIs

File last commit:

r1893:767197d1dbcf
r2044:76eebf503401
Show More
examples.pro
38 lines | 922 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 \
scrollchart \
temperaturerecords \
donutchart
!linux-arm*: {
SUBDIRS += \
datetimeaxis
}