##// END OF EJS Templates
Added missing doc files
Added missing doc files

File last commit:

r1893:767197d1dbcf
r2028:ed7a97e05f66
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
}