summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
blob: 5f91650219caeadf06e9f126fe40fff2902c1ac4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
!include( ../config.pri ) {
 error( "Couldn't find the config.pri file!" )
}

!include( ../build.pri ) {
 error( "Couldn't find the build.pri file !")
}

TEMPLATE = subdirs
SUBDIRS += \
           areachart \
           barchart \
           customchart \
           linechart \
           percentbarchart \
           piechart \
           piechartdrilldown \
           presenterchart \
           scatterchart \
           scatterinteractions \
           splinechart \
           stackedbarchart \
           stackedbarchartdrilldown \
           zoomlinechart \
           modeldata