##// END OF EJS Templates
Property for QDateTimeAxis::format and a QML demo for axes
Property for QDateTimeAxis::format and a QML demo for axes

File last commit:

r1994:df31e46fa48c
r1994:df31e46fa48c
Show More
demos.pro
24 lines | 616 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
contains(QT_CONFIG, opengl) {
SUBDIRS += chartthemes \
qmloscilloscope \
chartviewer
} else {
message("OpenGL not available. Some demos are disabled")
}