mirror of https://github.com/qt/qtcharts.git
26 lines
635 B
Prolog
26 lines
635 B
Prolog
CURRENTLY_BUILDING_COMPONENTS = "examples"
|
|
!include( ../config.pri ) {
|
|
error( "Couldn't find the config.pri file!" )
|
|
}
|
|
|
|
TEMPLATE = subdirs
|
|
SUBDIRS += \
|
|
areachart \
|
|
barchart \
|
|
customchart \
|
|
linechart \
|
|
percentbarchart \
|
|
piechart \
|
|
piechartdrilldown \
|
|
presenterchart \
|
|
scatterchart \
|
|
scatterinteractions \
|
|
splinechart \
|
|
stackedbarchart \
|
|
stackedbarchartdrilldown \
|
|
zoomlinechart \
|
|
modeldata \
|
|
groupedbarchart \
|
|
legend \
|
|
barmodelmapper
|