##// END OF EJS Templates
Documented mapToValue and mapToPostion methods in QChart
Documented mapToValue and mapToPostion methods in QChart

File last commit:

r2337:4ba38ce0adee
r2357:8bba5c06cca5
Show More
demos.pro
31 lines | 791 B | text/idl | PrologLexer
CURRENTLY_BUILDING_COMPONENTS = "demos"
!include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
TEMPLATE = subdirs
SUBDIRS += piechartcustomization \
dynamicspline \
nesteddonuts \
qmlchart \
qmlweather \
qmlf1legends \
qmlcustomizations \
qmlcustommodel \
chartinteractions \
qmlaxes \
qmlcustomlegend
contains(QT_CONFIG, opengl) {
SUBDIRS += chartthemes \
qmloscilloscope \
chartviewer
} else {
message("OpenGL not available. Some demos are disabled")
}
contains(QT_CONFIG, multimedia) {
SUBDIRS += audio
} else {
message("QtMultimedia library not available. Some demos are disabled")
}