##// END OF EJS Templates
Compilation quick fix...
Compilation quick fix Change-Id: I91bafd0c06d96ec411e86f9798d8d1689f41fa55 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2398:1e18d6a3f6b0
r2521:15f3290030f0
Show More
demos.pro
31 lines | 778 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
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")
}