##// END OF EJS Templates
Known issue to README: staticlib and QML apps
Known issue to README: staticlib and QML apps

File last commit:

r2020:205e74ad98a1
r2045:223802424a4d release-1.1.0
Show More
demos.pro
23 lines | 582 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
} else {
message("OpenGL not available. Some demos are disabled")
}