##// END OF EJS Templates
Fix some documentation issues...
Fix some documentation issues Change-Id: Idccfc1bdb7691175b37d570ea88eb3df5c3075c0 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>

File last commit:

r2488:5862599d088d
r2520:73d53b3b614a
Show More
demos.pro
37 lines | 918 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 \
callout \
qmlpolarchart
contains(QT_CONFIG, opengl) {
SUBDIRS += chartthemes \
qmloscilloscope
} 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")
}
contains(QT_VERSION, ^5\\..*\\..*$):qtHaveModule(quick) {
SUBDIRS += quick2chart \
quick2oscilloscope
}