##// END OF EJS Templates
iOS Qt Quick 1 problem added to README...
iOS Qt Quick 1 problem added to README Change-Id: I847f8e941385c00df0e76e2ab2d9732540b042b1 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2548:b76baa838f46
r2701:23f5eaaadbea
Show More
examples.pro
42 lines | 1019 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 \
polarchart
!linux-arm*: {
SUBDIRS += \
datetimeaxis
}