##// END OF EJS Templates
QML chart properties tester to match the current QML api
QML chart properties tester to match the current QML api

File last commit:

r2093:0a6899da1bbd
r2096:4834084a6f1a
Show More
examples.pro
39 lines | 945 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 \
multiaxis
!linux-arm*: {
SUBDIRS += \
datetimeaxis
}