2012-04-12 17:26:35 +00:00
|
|
|
CURRENTLY_BUILDING_COMPONENTS = "demos"
|
2012-04-12 10:00:44 +00:00
|
|
|
!include( ../config.pri ) {
|
2012-04-12 17:26:35 +00:00
|
|
|
error( "Couldn't find the config.pri file!" )
|
2012-04-12 10:00:44 +00:00
|
|
|
}
|
|
|
|
|
2012-03-08 12:52:24 +00:00
|
|
|
TEMPLATE = subdirs
|
2012-09-04 06:50:36 +00:00
|
|
|
SUBDIRS += piechartcustomization \
|
2012-05-09 11:48:33 +00:00
|
|
|
dynamicspline \
|
2012-08-28 12:14:15 +00:00
|
|
|
nesteddonuts \
|
2012-04-11 10:14:59 +00:00
|
|
|
qmlchart \
|
2012-05-21 10:40:53 +00:00
|
|
|
qmlweather \
|
2012-05-25 10:29:57 +00:00
|
|
|
qmlf1legends \
|
2012-05-28 07:51:27 +00:00
|
|
|
qmlcustomizations \
|
2012-07-26 13:05:54 +00:00
|
|
|
qmlcustommodel \
|
2012-09-06 09:35:48 +00:00
|
|
|
chartinteractions \
|
2012-09-17 09:20:39 +00:00
|
|
|
qmlaxes \
|
2012-12-10 09:16:03 +00:00
|
|
|
qmlcustomlegend \
|
2013-04-16 07:07:13 +00:00
|
|
|
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")
|
|
|
|
}
|
2012-10-15 12:29:37 +00:00
|
|
|
|
|
|
|
contains(QT_CONFIG, multimedia) {
|
|
|
|
SUBDIRS += audio
|
|
|
|
} else {
|
|
|
|
message("QtMultimedia library not available. Some demos are disabled")
|
|
|
|
}
|
2013-04-18 10:30:07 +00:00
|
|
|
|
|
|
|
contains(QT_VERSION, ^5\\..*\\..*$):qtHaveModule(quick) {
|
|
|
|
SUBDIRS += quick2chart \
|
|
|
|
quick2oscilloscope
|
|
|
|
}
|