##// END OF EJS Templates
Merge remote-tracking branch 'origin/5.7' into dev...
Merge remote-tracking branch 'origin/5.7' into dev Change-Id: I86dec1064d79704214e885681449ca347b193d66

File last commit:

r2861:21c113d296ef
r2895:e9a2e2a5e9c0 merge
Show More
charts.pro
66 lines | 1.5 KiB | text/idl | PrologLexer
TEMPLATE = subdirs
SUBDIRS += areachart \
customchart \
linechart \
percentbarchart \
piechart \
piechartdrilldown \
scatterchart \
scatterinteractions \
splinechart \
stackedbarchart \
stackedbarchartdrilldown \
zoomlinechart \
modeldata \
barchart \
boxplotchart \
legend \
barmodelmapper \
lineandbar \
horizontalbarchart \
horizontalstackedbarchart \
horizontalpercentbarchart \
donutbreakdown \
temperaturerecords \
donutchart \
multiaxis \
legendmarkers \
logvalueaxis \
polarchart \
piechartcustomization \
dynamicspline \
nesteddonuts \
chartinteractions \
callout \
chartthemes
qtHaveModule(quick) {
SUBDIRS += qmlboxplot \
qmlpiechart \
qmlweather \
qmlf1legends \
qmlcustomizations \
qmlaxes \
qmlcustomlegend \
qmlpolarchart \
qmlchart \
qmloscilloscope
}
qtHaveModule(multimedia) {
SUBDIRS += audio
} else {
message("QtMultimedia library not available. Some examples are disabled.")
}
contains(QT_CONFIG, opengl) {
SUBDIRS += openglseries
} else {
message("OpenGL not available. Some examples are disabled.")
}
!contains(QT_COORD_TYPE, float): {
SUBDIRS += \
datetimeaxis
}