##// END OF EJS Templates
Presenterchart moved to tests
Presenterchart moved to tests

File last commit:

r2364:302402848506
r2364:302402848506
Show More
examples.pro
38 lines | 919 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 \
scatterchart \
scatterinteractions \
splinechart \
stackedbarchart \
stackedbarchartdrilldown \
zoomlinechart \
modeldata \
barchart \
legend \
barmodelmapper \
qmlpiechart \
lineandbar \
horizontalbarchart \
horizontalstackedbarchart \
horizontalpercentbarchart \
donutbreakdown \
temperaturerecords \
donutchart \
multiaxis \
legendmarkers
!linux-arm*: {
SUBDIRS += \
datetimeaxis
}