##// END OF EJS Templates
Added handling of model mapping, meaning mostly animation changes....
Added handling of model mapping, meaning mostly animation changes. Change-Id: I2046f343faddc8032f941cc8d84a9151b1f664ae Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2471:983c36673743
r2480:9f82dd068147
Show More
examples.pro
40 lines | 971 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 \
boxplotchart \
legend \
barmodelmapper \
qmlpiechart \
lineandbar \
horizontalbarchart \
horizontalstackedbarchart \
horizontalpercentbarchart \
donutbreakdown \
temperaturerecords \
donutchart \
multiaxis \
legendmarkers \
logvalueaxis
!linux-arm*: {
SUBDIRS += \
datetimeaxis
}