mirror of https://github.com/qt/qtcharts.git
25 lines
616 B
Prolog
25 lines
616 B
Prolog
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 \
|
|
chartviewer
|
|
} else {
|
|
message("OpenGL not available. Some demos are disabled")
|
|
}
|