##// END OF EJS Templates
Added simple demoLauncher application
Added simple demoLauncher application

File last commit:

r2200:d9f95af86e18
r2229:bee551388900
Show More
examples.pro
41 lines | 993 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 \
multiaxis \
callout \
legendmarkers
!linux-arm*: {
SUBDIRS += \
datetimeaxis
}