##// END OF EJS Templates
Added label to boxset...
Added label to boxset Change-Id: Idbdffa578a9a4e99f6a9cb3aa93b602ea070c75e Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2481:20a93e498d73
r2513:aab694c96f4f
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
}