##// END OF EJS Templates
Bugfix precision error when calculating layout in valueaxis
Bugfix precision error when calculating layout in valueaxis

File last commit:

r2069:fff5aa874bbe
r2144:c7788799f12f
Show More
demos.pro
25 lines | 645 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")
}