@@ -1,5 +1,13 | |||||
|
1 | !include( ../config.pri ) { | |||
|
2 | error( "Couldn't find the config.pri file!" ) | |||
|
3 | } | |||
|
4 | ||||
|
5 | !include( ../build.pri ) { | |||
|
6 | error( "Couldn't find the build.pri file !") | |||
|
7 | } | |||
|
8 | ||||
1 | TEMPLATE = subdirs |
|
9 | TEMPLATE = subdirs | |
2 | SUBDIRS += chartthemes \ |
|
10 | SUBDIRS += chartthemes \ | |
3 | piechartcustomization \ |
|
11 | piechartcustomization \ | |
4 | qmlchart \ |
|
12 | qmlchart \ | |
5 | dynamicspline |
|
13 | dynamicspline |
@@ -1,25 +1,33 | |||||
|
1 | !include( ../config.pri ) { | |||
|
2 | error( "Couldn't find the config.pri file!" ) | |||
|
3 | } | |||
|
4 | ||||
|
5 | !include( ../build.pri ) { | |||
|
6 | error( "Couldn't find the build.pri file !") | |||
|
7 | } | |||
|
8 | ||||
1 | TEMPLATE = subdirs |
|
9 | TEMPLATE = subdirs | |
2 | SUBDIRS += \ |
|
10 | SUBDIRS += \ | |
3 | areachart \ |
|
11 | areachart \ | |
4 | barchart \ |
|
12 | barchart \ | |
5 | customchart \ |
|
13 | customchart \ | |
6 | linechart \ |
|
14 | linechart \ | |
7 | percentbarchart \ |
|
15 | percentbarchart \ | |
8 | piechart \ |
|
16 | piechart \ | |
9 | piechartdrilldown \ |
|
17 | piechartdrilldown \ | |
10 | presenterchart \ |
|
18 | presenterchart \ | |
11 | scatterchart \ |
|
19 | scatterchart \ | |
12 | scatterinteractions \ |
|
20 | scatterinteractions \ | |
13 | splinechart \ |
|
21 | splinechart \ | |
14 | stackedbarchart \ |
|
22 | stackedbarchart \ | |
15 | stackedbarchartdrilldown \ |
|
23 | stackedbarchartdrilldown \ | |
16 | zoomlinechart \ |
|
24 | zoomlinechart \ | |
17 | modeldata |
|
25 | modeldata | |
18 |
|
26 | |||
19 |
|
27 | |||
20 |
|
28 | |||
21 |
|
29 | |||
22 |
|
30 | |||
23 |
|
31 | |||
24 |
|
32 | |||
25 |
|
33 |
@@ -1,2 +1,6 | |||||
|
1 | !include( ../test.pri ) { | |||
|
2 | error( "Couldn't find the test.pri file!" ) | |||
|
3 | } | |||
|
4 | ||||
1 | TEMPLATE = subdirs |
|
5 | TEMPLATE = subdirs | |
2 | SUBDIRS += chartdataset domain qchartview qchart |
|
6 | SUBDIRS += chartdataset domain qchartview qchart |
@@ -1,10 +1,18 | |||||
|
1 | !include( ../config.pri ) { | |||
|
2 | error( "Couldn't find the config.pri file!" ) | |||
|
3 | } | |||
|
4 | ||||
|
5 | !include( ../build.pri ) { | |||
|
6 | error( "Couldn't find the build.pri file !") | |||
|
7 | } | |||
|
8 | ||||
1 | TEMPLATE = subdirs |
|
9 | TEMPLATE = subdirs | |
2 | SUBDIRS += \ |
|
10 | SUBDIRS += \ | |
3 | chartwidgettest \ |
|
11 | chartwidgettest \ | |
4 | wavechart \ |
|
12 | wavechart \ | |
5 | gdpbarchart \ |
|
13 | gdpbarchart \ | |
6 | tablemodelchart |
|
14 | tablemodelchart | |
7 |
|
15 | |||
8 | !win32:{ |
|
16 | !win32:{ | |
9 | SUBDIRS += auto |
|
17 | SUBDIRS += auto | |
10 | } |
|
18 | } |
General Comments 0
You need to be logged in to leave comments.
Login now