qtcharts/examples/examples.pro

46 lines
1.1 KiB
Prolog
Raw Normal View History

CURRENTLY_BUILDING_COMPONENTS = "examples"
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
SUBDIRS += \
areachart \
customchart \
linechart \
2012-02-03 09:49:09 +00:00
percentbarchart \
piechart \
2012-03-29 12:30:34 +00:00
piechartdrilldown \
scatterchart \
2012-04-03 07:31:42 +00:00
scatterinteractions \
2012-04-03 07:36:02 +00:00
splinechart \
stackedbarchart \
2012-04-02 14:11:19 +00:00
stackedbarchartdrilldown \
2012-04-04 14:14:08 +00:00
zoomlinechart \
2012-05-15 13:32:56 +00:00
modeldata \
barchart \
boxplotchart \
2012-06-03 10:30:02 +00:00
legend \
2012-06-15 13:22:36 +00:00
barmodelmapper \
2012-07-11 13:54:54 +00:00
lineandbar \
2012-07-12 08:33:31 +00:00
horizontalbarchart \
2012-07-12 09:58:03 +00:00
horizontalstackedbarchart \
horizontalpercentbarchart \
donutbreakdown \
temperaturerecords \
donutchart \
multiaxis \
2012-12-10 11:07:46 +00:00
legendmarkers \
logvalueaxis \
polarchart
2012-08-28 07:37:57 +00:00
!contains(QT_VERSION, ^5\\..*\\..*$)|qtHaveModule(declarative) {
SUBDIRS += qmlboxplot \
qmlpiechart
}
2012-08-28 07:37:57 +00:00
!linux-arm*: {
SUBDIRS += \
datetimeaxis
}