##// END OF EJS Templates
Documentation and fix for box specific pen color...
Documentation and fix for box specific pen color Change-Id: I88919b60a17665b01bda979b576878c30abd50fd Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2481:20a93e498d73
r2531:baa389f1ece6
Show More
examples.pro
41 lines | 995 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 \
qmlboxplot \
qmlpiechart \
lineandbar \
horizontalbarchart \
horizontalstackedbarchart \
horizontalpercentbarchart \
donutbreakdown \
temperaturerecords \
donutchart \
multiaxis \
legendmarkers \
logvalueaxis
!linux-arm*: {
SUBDIRS += \
datetimeaxis
}