qtcharts/demos/demos.pro

38 lines
918 B
Prolog
Raw Normal View History

CURRENTLY_BUILDING_COMPONENTS = "demos"
2012-04-12 10:00:44 +00:00
!include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
2012-04-12 10:00:44 +00:00
}
TEMPLATE = subdirs
2012-09-04 06:50:36 +00:00
SUBDIRS += piechartcustomization \
dynamicspline \
nesteddonuts \
2012-04-11 10:14:59 +00:00
qmlchart \
qmlweather \
2012-05-25 10:29:57 +00:00
qmlf1legends \
qmlcustomizations \
2012-07-26 13:05:54 +00:00
qmlcustommodel \
chartinteractions \
qmlaxes \
2012-12-10 09:16:03 +00:00
qmlcustomlegend \
callout \
qmlpolarchart
2012-09-04 06:50:36 +00:00
contains(QT_CONFIG, opengl) {
SUBDIRS += chartthemes \
2012-12-14 11:31:27 +00:00
qmloscilloscope
2012-09-04 06:50:36 +00:00
} 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
}