##// END OF EJS Templates
fix painting coordinates and added LGPL
fix painting coordinates and added LGPL

File last commit:

r0:5db0360e1259 default
r7:a8e6b5a8e8d0 tip default
Show More
charts.pro
67 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 \
colormap
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.")
}
!linux-arm*: {
SUBDIRS += \
datetimeaxis
}