##// END OF EJS Templates
Compilation quick fix...
Compilation quick fix Change-Id: I91bafd0c06d96ec411e86f9798d8d1689f41fa55 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2481:20a93e498d73
r2521:15f3290030f0
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
}