@@ -1,26 +1,25 | |||||
1 | INCLUDEPATH += $$PWD |
|
1 | INCLUDEPATH += $$PWD | |
2 | DEPENDPATH += $$PWD |
|
|||
3 |
|
2 | |||
4 | SOURCES += \ |
|
3 | SOURCES += \ | |
5 | $$PWD/axisanimation.cpp \ |
|
4 | $$PWD/axisanimation.cpp \ | |
6 | $$PWD/xyanimation.cpp \ |
|
5 | $$PWD/xyanimation.cpp \ | |
7 | $$PWD/pieanimation.cpp \ |
|
6 | $$PWD/pieanimation.cpp \ | |
8 | $$PWD/piesliceanimation.cpp \ |
|
7 | $$PWD/piesliceanimation.cpp \ | |
9 | $$PWD/splineanimation.cpp \ |
|
8 | $$PWD/splineanimation.cpp \ | |
10 | $$PWD/baranimation.cpp \ |
|
9 | $$PWD/baranimation.cpp \ | |
11 | $$PWD/scatteranimation.cpp \ |
|
10 | $$PWD/scatteranimation.cpp \ | |
12 | $$PWD/boxplotanimation.cpp \ |
|
11 | $$PWD/boxplotanimation.cpp \ | |
13 | $$PWD/boxwhiskersanimation.cpp \ |
|
12 | $$PWD/boxwhiskersanimation.cpp \ | |
14 | $$PWD/chartanimation.cpp |
|
13 | $$PWD/chartanimation.cpp | |
15 |
|
14 | |||
16 | PRIVATE_HEADERS += \ |
|
15 | PRIVATE_HEADERS += \ | |
17 | $$PWD/axisanimation_p.h \ |
|
16 | $$PWD/axisanimation_p.h \ | |
18 | $$PWD/chartanimation_p.h \ |
|
17 | $$PWD/chartanimation_p.h \ | |
19 | $$PWD/xyanimation_p.h \ |
|
18 | $$PWD/xyanimation_p.h \ | |
20 | $$PWD/pieanimation_p.h \ |
|
19 | $$PWD/pieanimation_p.h \ | |
21 | $$PWD/piesliceanimation_p.h \ |
|
20 | $$PWD/piesliceanimation_p.h \ | |
22 | $$PWD/splineanimation_p.h \ |
|
21 | $$PWD/splineanimation_p.h \ | |
23 | $$PWD/baranimation_p.h \ |
|
22 | $$PWD/baranimation_p.h \ | |
24 | $$PWD/scatteranimation_p.h \ |
|
23 | $$PWD/scatteranimation_p.h \ | |
25 | $$PWD/boxplotanimation_p.h \ |
|
24 | $$PWD/boxplotanimation_p.h \ | |
26 | $$PWD/boxwhiskersanimation_p.h |
|
25 | $$PWD/boxwhiskersanimation_p.h |
@@ -1,13 +1,12 | |||||
1 | INCLUDEPATH += $$PWD |
|
1 | INCLUDEPATH += $$PWD | |
2 | DEPENDPATH += $$PWD |
|
|||
3 |
|
2 | |||
4 | SOURCES += \ |
|
3 | SOURCES += \ | |
5 | $$PWD/areachartitem.cpp \ |
|
4 | $$PWD/areachartitem.cpp \ | |
6 | $$PWD/qareaseries.cpp |
|
5 | $$PWD/qareaseries.cpp | |
7 |
|
6 | |||
8 | PRIVATE_HEADERS += \ |
|
7 | PRIVATE_HEADERS += \ | |
9 | $$PWD/areachartitem_p.h \ |
|
8 | $$PWD/areachartitem_p.h \ | |
10 | $$PWD/qareaseries_p.h |
|
9 | $$PWD/qareaseries_p.h | |
11 |
|
10 | |||
12 | PUBLIC_HEADERS += \ |
|
11 | PUBLIC_HEADERS += \ | |
13 | $$PWD/qareaseries.h No newline at end of file |
|
12 | $$PWD/qareaseries.h |
@@ -1,108 +1,99 | |||||
1 | #Subdirectiores are defined here, because qt creator doesn't handle nested include(foo.pri) chains very well. |
|
1 | #Subdirectiores are defined here, because qt creator doesn't handle nested include(foo.pri) chains very well. | |
2 |
|
2 | |||
3 | INCLUDEPATH += $$PWD \ |
|
3 | INCLUDEPATH += $$PWD \ | |
4 | $$PWD/valueaxis \ |
|
4 | $$PWD/valueaxis \ | |
5 | $$PWD/barcategoryaxis \ |
|
5 | $$PWD/barcategoryaxis \ | |
6 | $$PWD/categoryaxis \ |
|
6 | $$PWD/categoryaxis \ | |
7 | $$PWD/logvalueaxis |
|
7 | $$PWD/logvalueaxis | |
8 |
|
8 | |||
9 | DEPENDPATH += $$PWD \ |
|
|||
10 | $$PWD/valueaxis \ |
|
|||
11 | $$PWD/barcategoryaxis \ |
|
|||
12 | $$PWD/categoryaxis \ |
|
|||
13 | $$PWD/logvalueaxis |
|
|||
14 |
|
||||
15 | SOURCES += \ |
|
9 | SOURCES += \ | |
16 | $$PWD/chartaxiselement.cpp \ |
|
10 | $$PWD/chartaxiselement.cpp \ | |
17 | $$PWD/cartesianchartaxis.cpp \ |
|
11 | $$PWD/cartesianchartaxis.cpp \ | |
18 | $$PWD/qabstractaxis.cpp \ |
|
12 | $$PWD/qabstractaxis.cpp \ | |
19 | $$PWD/verticalaxis.cpp \ |
|
13 | $$PWD/verticalaxis.cpp \ | |
20 | $$PWD/horizontalaxis.cpp \ |
|
14 | $$PWD/horizontalaxis.cpp \ | |
21 | $$PWD/valueaxis/chartvalueaxisx.cpp \ |
|
15 | $$PWD/valueaxis/chartvalueaxisx.cpp \ | |
22 | $$PWD/valueaxis/chartvalueaxisy.cpp \ |
|
16 | $$PWD/valueaxis/chartvalueaxisy.cpp \ | |
23 | $$PWD/valueaxis/qvalueaxis.cpp \ |
|
17 | $$PWD/valueaxis/qvalueaxis.cpp \ | |
24 | $$PWD/barcategoryaxis/chartbarcategoryaxisx.cpp \ |
|
18 | $$PWD/barcategoryaxis/chartbarcategoryaxisx.cpp \ | |
25 | $$PWD/barcategoryaxis/chartbarcategoryaxisy.cpp \ |
|
19 | $$PWD/barcategoryaxis/chartbarcategoryaxisy.cpp \ | |
26 | $$PWD/barcategoryaxis/qbarcategoryaxis.cpp \ |
|
20 | $$PWD/barcategoryaxis/qbarcategoryaxis.cpp \ | |
27 | $$PWD/categoryaxis/chartcategoryaxisx.cpp \ |
|
21 | $$PWD/categoryaxis/chartcategoryaxisx.cpp \ | |
28 | $$PWD/categoryaxis/chartcategoryaxisy.cpp \ |
|
22 | $$PWD/categoryaxis/chartcategoryaxisy.cpp \ | |
29 | $$PWD/categoryaxis/qcategoryaxis.cpp \ |
|
23 | $$PWD/categoryaxis/qcategoryaxis.cpp \ | |
30 | $$PWD/logvalueaxis/chartlogvalueaxisx.cpp \ |
|
24 | $$PWD/logvalueaxis/chartlogvalueaxisx.cpp \ | |
31 | $$PWD/logvalueaxis/chartlogvalueaxisy.cpp \ |
|
25 | $$PWD/logvalueaxis/chartlogvalueaxisy.cpp \ | |
32 | $$PWD/logvalueaxis/qlogvalueaxis.cpp |
|
26 | $$PWD/logvalueaxis/qlogvalueaxis.cpp | |
33 |
|
27 | |||
34 | PRIVATE_HEADERS += \ |
|
28 | PRIVATE_HEADERS += \ | |
35 | $$PWD/chartaxiselement_p.h \ |
|
29 | $$PWD/chartaxiselement_p.h \ | |
36 | $$PWD/cartesianchartaxis_p.h \ |
|
30 | $$PWD/cartesianchartaxis_p.h \ | |
37 | $$PWD/qabstractaxis_p.h \ |
|
31 | $$PWD/qabstractaxis_p.h \ | |
38 | $$PWD/verticalaxis_p.h \ |
|
32 | $$PWD/verticalaxis_p.h \ | |
39 | $$PWD/horizontalaxis_p.h \ |
|
33 | $$PWD/horizontalaxis_p.h \ | |
40 | $$PWD/linearrowitem_p.h \ |
|
34 | $$PWD/linearrowitem_p.h \ | |
41 | $$PWD/valueaxis/chartvalueaxisx_p.h \ |
|
35 | $$PWD/valueaxis/chartvalueaxisx_p.h \ | |
42 | $$PWD/valueaxis/chartvalueaxisy_p.h \ |
|
36 | $$PWD/valueaxis/chartvalueaxisy_p.h \ | |
43 | $$PWD/valueaxis/qvalueaxis_p.h \ |
|
37 | $$PWD/valueaxis/qvalueaxis_p.h \ | |
44 | $$PWD/barcategoryaxis/chartbarcategoryaxisx_p.h \ |
|
38 | $$PWD/barcategoryaxis/chartbarcategoryaxisx_p.h \ | |
45 | $$PWD/barcategoryaxis/chartbarcategoryaxisy_p.h \ |
|
39 | $$PWD/barcategoryaxis/chartbarcategoryaxisy_p.h \ | |
46 | $$PWD/barcategoryaxis/qbarcategoryaxis_p.h \ |
|
40 | $$PWD/barcategoryaxis/qbarcategoryaxis_p.h \ | |
47 | $$PWD/categoryaxis/chartcategoryaxisx_p.h \ |
|
41 | $$PWD/categoryaxis/chartcategoryaxisx_p.h \ | |
48 | $$PWD/categoryaxis/chartcategoryaxisy_p.h \ |
|
42 | $$PWD/categoryaxis/chartcategoryaxisy_p.h \ | |
49 | $$PWD/categoryaxis/qcategoryaxis_p.h \ |
|
43 | $$PWD/categoryaxis/qcategoryaxis_p.h \ | |
50 | $$PWD/logvalueaxis/chartlogvalueaxisx_p.h \ |
|
44 | $$PWD/logvalueaxis/chartlogvalueaxisx_p.h \ | |
51 | $$PWD/logvalueaxis/chartlogvalueaxisy_p.h \ |
|
45 | $$PWD/logvalueaxis/chartlogvalueaxisy_p.h \ | |
52 | $$PWD/logvalueaxis/qlogvalueaxis_p.h |
|
46 | $$PWD/logvalueaxis/qlogvalueaxis_p.h | |
53 |
|
47 | |||
54 | PUBLIC_HEADERS += \ |
|
48 | PUBLIC_HEADERS += \ | |
55 | $$PWD/qabstractaxis.h \ |
|
49 | $$PWD/qabstractaxis.h \ | |
56 | $$PWD/valueaxis/qvalueaxis.h \ |
|
50 | $$PWD/valueaxis/qvalueaxis.h \ | |
57 | $$PWD/barcategoryaxis/qbarcategoryaxis.h \ |
|
51 | $$PWD/barcategoryaxis/qbarcategoryaxis.h \ | |
58 | $$PWD/categoryaxis/qcategoryaxis.h \ |
|
52 | $$PWD/categoryaxis/qcategoryaxis.h \ | |
59 | $$PWD/logvalueaxis/qlogvalueaxis.h \ |
|
53 | $$PWD/logvalueaxis/qlogvalueaxis.h \ | |
60 |
|
54 | |||
61 | # polar |
|
55 | # polar | |
62 | SOURCES += \ |
|
56 | SOURCES += \ | |
63 | $$PWD/polarchartaxis.cpp \ |
|
57 | $$PWD/polarchartaxis.cpp \ | |
64 | $$PWD/polarchartaxisangular.cpp \ |
|
58 | $$PWD/polarchartaxisangular.cpp \ | |
65 | $$PWD/polarchartaxisradial.cpp \ |
|
59 | $$PWD/polarchartaxisradial.cpp \ | |
66 | $$PWD/valueaxis/polarchartvalueaxisangular.cpp \ |
|
60 | $$PWD/valueaxis/polarchartvalueaxisangular.cpp \ | |
67 | $$PWD/valueaxis/polarchartvalueaxisradial.cpp \ |
|
61 | $$PWD/valueaxis/polarchartvalueaxisradial.cpp \ | |
68 | $$PWD/logvalueaxis/polarchartlogvalueaxisangular.cpp \ |
|
62 | $$PWD/logvalueaxis/polarchartlogvalueaxisangular.cpp \ | |
69 | $$PWD/logvalueaxis/polarchartlogvalueaxisradial.cpp \ |
|
63 | $$PWD/logvalueaxis/polarchartlogvalueaxisradial.cpp \ | |
70 | $$PWD/categoryaxis/polarchartcategoryaxisangular.cpp \ |
|
64 | $$PWD/categoryaxis/polarchartcategoryaxisangular.cpp \ | |
71 | $$PWD/categoryaxis/polarchartcategoryaxisradial.cpp |
|
65 | $$PWD/categoryaxis/polarchartcategoryaxisradial.cpp | |
72 |
|
66 | |||
73 | PRIVATE_HEADERS += \ |
|
67 | PRIVATE_HEADERS += \ | |
74 | $$PWD/polarchartaxis_p.h \ |
|
68 | $$PWD/polarchartaxis_p.h \ | |
75 | $$PWD/polarchartaxisangular_p.h \ |
|
69 | $$PWD/polarchartaxisangular_p.h \ | |
76 | $$PWD/polarchartaxisradial_p.h \ |
|
70 | $$PWD/polarchartaxisradial_p.h \ | |
77 | $$PWD/valueaxis/polarchartvalueaxisangular_p.h \ |
|
71 | $$PWD/valueaxis/polarchartvalueaxisangular_p.h \ | |
78 | $$PWD/valueaxis/polarchartvalueaxisradial_p.h \ |
|
72 | $$PWD/valueaxis/polarchartvalueaxisradial_p.h \ | |
79 | $$PWD/logvalueaxis/polarchartlogvalueaxisangular_p.h \ |
|
73 | $$PWD/logvalueaxis/polarchartlogvalueaxisangular_p.h \ | |
80 | $$PWD/logvalueaxis/polarchartlogvalueaxisradial_p.h \ |
|
74 | $$PWD/logvalueaxis/polarchartlogvalueaxisradial_p.h \ | |
81 | $$PWD/categoryaxis/polarchartcategoryaxisangular_p.h \ |
|
75 | $$PWD/categoryaxis/polarchartcategoryaxisangular_p.h \ | |
82 | $$PWD/categoryaxis/polarchartcategoryaxisradial_p.h |
|
76 | $$PWD/categoryaxis/polarchartcategoryaxisradial_p.h | |
83 |
|
77 | |||
84 | !linux-arm*: { |
|
78 | !linux-arm*: { | |
85 | INCLUDEPATH += \ |
|
79 | INCLUDEPATH += \ | |
86 | $$PWD/datetimeaxis |
|
80 | $$PWD/datetimeaxis | |
87 |
|
81 | |||
88 | DEPENDPATH += \ |
|
|||
89 | $$PWD/datetimeaxis |
|
|||
90 |
|
||||
91 | SOURCES += \ |
|
82 | SOURCES += \ | |
92 | $$PWD/datetimeaxis/chartdatetimeaxisx.cpp \ |
|
83 | $$PWD/datetimeaxis/chartdatetimeaxisx.cpp \ | |
93 | $$PWD/datetimeaxis/chartdatetimeaxisy.cpp \ |
|
84 | $$PWD/datetimeaxis/chartdatetimeaxisy.cpp \ | |
94 | $$PWD/datetimeaxis/qdatetimeaxis.cpp \ |
|
85 | $$PWD/datetimeaxis/qdatetimeaxis.cpp \ | |
95 | $$PWD/datetimeaxis/polarchartdatetimeaxisangular.cpp \ |
|
86 | $$PWD/datetimeaxis/polarchartdatetimeaxisangular.cpp \ | |
96 | $$PWD/datetimeaxis/polarchartdatetimeaxisradial.cpp |
|
87 | $$PWD/datetimeaxis/polarchartdatetimeaxisradial.cpp | |
97 |
|
88 | |||
98 | PRIVATE_HEADERS += \ |
|
89 | PRIVATE_HEADERS += \ | |
99 | $$PWD/datetimeaxis/chartdatetimeaxisx_p.h \ |
|
90 | $$PWD/datetimeaxis/chartdatetimeaxisx_p.h \ | |
100 | $$PWD/datetimeaxis/chartdatetimeaxisy_p.h \ |
|
91 | $$PWD/datetimeaxis/chartdatetimeaxisy_p.h \ | |
101 | $$PWD/datetimeaxis/qdatetimeaxis_p.h \ |
|
92 | $$PWD/datetimeaxis/qdatetimeaxis_p.h \ | |
102 | $$PWD/datetimeaxis/polarchartdatetimeaxisangular_p.h \ |
|
93 | $$PWD/datetimeaxis/polarchartdatetimeaxisangular_p.h \ | |
103 | $$PWD/datetimeaxis/polarchartdatetimeaxisradial_p.h |
|
94 | $$PWD/datetimeaxis/polarchartdatetimeaxisradial_p.h | |
104 |
|
95 | |||
105 | PUBLIC_HEADERS += \ |
|
96 | PUBLIC_HEADERS += \ | |
106 | $$PWD/datetimeaxis/qdatetimeaxis.h |
|
97 | $$PWD/datetimeaxis/qdatetimeaxis.h | |
107 | } |
|
98 | } | |
108 |
|
99 |
@@ -1,71 +1,63 | |||||
1 | #Subdirectiores are defined here, because qt creator doesn't handle nested include(foo.pri) chains very well. |
|
1 | #Subdirectiores are defined here, because qt creator doesn't handle nested include(foo.pri) chains very well. | |
2 |
|
2 | |||
3 | INCLUDEPATH += $$PWD \ |
|
3 | INCLUDEPATH += $$PWD \ | |
4 | $$PWD/vertical/bar \ |
|
4 | $$PWD/vertical/bar \ | |
5 | $$PWD/vertical/stacked \ |
|
5 | $$PWD/vertical/stacked \ | |
6 | $$PWD/vertical/percent \ |
|
6 | $$PWD/vertical/percent \ | |
7 | $$PWD/horizontal/bar \ |
|
7 | $$PWD/horizontal/bar \ | |
8 | $$PWD/horizontal/stacked \ |
|
8 | $$PWD/horizontal/stacked \ | |
9 | $$PWD/horizontal/percent |
|
9 | $$PWD/horizontal/percent | |
10 |
|
10 | |||
11 | DEPENDPATH += $$PWD \ |
|
|||
12 | $$PWD/vertical/bar \ |
|
|||
13 | $$PWD/vertical/stacked \ |
|
|||
14 | $$PWD/vertical/percent \ |
|
|||
15 | $$PWD/horizontal/bar \ |
|
|||
16 | $$PWD/horizontal/stacked \ |
|
|||
17 | $$PWD/horizontal/percent |
|
|||
18 |
|
||||
19 | SOURCES += \ |
|
11 | SOURCES += \ | |
20 | $$PWD/bar.cpp \ |
|
12 | $$PWD/bar.cpp \ | |
21 | $$PWD/abstractbarchartitem.cpp \ |
|
13 | $$PWD/abstractbarchartitem.cpp \ | |
22 | $$PWD/qabstractbarseries.cpp \ |
|
14 | $$PWD/qabstractbarseries.cpp \ | |
23 | $$PWD/qbarset.cpp \ |
|
15 | $$PWD/qbarset.cpp \ | |
24 | $$PWD/qbarmodelmapper.cpp \ |
|
16 | $$PWD/qbarmodelmapper.cpp \ | |
25 | $$PWD/qvbarmodelmapper.cpp \ |
|
17 | $$PWD/qvbarmodelmapper.cpp \ | |
26 | $$PWD/qhbarmodelmapper.cpp \ |
|
18 | $$PWD/qhbarmodelmapper.cpp \ | |
27 | $$PWD/vertical/bar/qbarseries.cpp \ |
|
19 | $$PWD/vertical/bar/qbarseries.cpp \ | |
28 | $$PWD/vertical/bar/barchartitem.cpp \ |
|
20 | $$PWD/vertical/bar/barchartitem.cpp \ | |
29 | $$PWD/vertical/stacked/qstackedbarseries.cpp \ |
|
21 | $$PWD/vertical/stacked/qstackedbarseries.cpp \ | |
30 | $$PWD/vertical/stacked/stackedbarchartitem.cpp \ |
|
22 | $$PWD/vertical/stacked/stackedbarchartitem.cpp \ | |
31 | $$PWD/vertical/percent/qpercentbarseries.cpp \ |
|
23 | $$PWD/vertical/percent/qpercentbarseries.cpp \ | |
32 | $$PWD/vertical/percent/percentbarchartitem.cpp \ |
|
24 | $$PWD/vertical/percent/percentbarchartitem.cpp \ | |
33 | $$PWD/horizontal/bar/qhorizontalbarseries.cpp \ |
|
25 | $$PWD/horizontal/bar/qhorizontalbarseries.cpp \ | |
34 | $$PWD/horizontal/bar/horizontalbarchartitem.cpp \ |
|
26 | $$PWD/horizontal/bar/horizontalbarchartitem.cpp \ | |
35 | $$PWD/horizontal/stacked/qhorizontalstackedbarseries.cpp \ |
|
27 | $$PWD/horizontal/stacked/qhorizontalstackedbarseries.cpp \ | |
36 | $$PWD/horizontal/stacked/horizontalstackedbarchartitem.cpp \ |
|
28 | $$PWD/horizontal/stacked/horizontalstackedbarchartitem.cpp \ | |
37 | $$PWD/horizontal/percent/qhorizontalpercentbarseries.cpp \ |
|
29 | $$PWD/horizontal/percent/qhorizontalpercentbarseries.cpp \ | |
38 | $$PWD/horizontal/percent/horizontalpercentbarchartitem.cpp |
|
30 | $$PWD/horizontal/percent/horizontalpercentbarchartitem.cpp | |
39 |
|
31 | |||
40 | PRIVATE_HEADERS += \ |
|
32 | PRIVATE_HEADERS += \ | |
41 | $$PWD/bar_p.h \ |
|
33 | $$PWD/bar_p.h \ | |
42 | $$PWD/qbarset_p.h \ |
|
34 | $$PWD/qbarset_p.h \ | |
43 | $$PWD/abstractbarchartitem_p.h \ |
|
35 | $$PWD/abstractbarchartitem_p.h \ | |
44 | $$PWD/qabstractbarseries_p.h \ |
|
36 | $$PWD/qabstractbarseries_p.h \ | |
45 | $$PWD/qbarmodelmapper_p.h \ |
|
37 | $$PWD/qbarmodelmapper_p.h \ | |
46 | $$PWD/vertical/bar/qbarseries_p.h \ |
|
38 | $$PWD/vertical/bar/qbarseries_p.h \ | |
47 | $$PWD/vertical/bar/barchartitem_p.h \ |
|
39 | $$PWD/vertical/bar/barchartitem_p.h \ | |
48 | $$PWD/vertical/stacked/qstackedbarseries_p.h \ |
|
40 | $$PWD/vertical/stacked/qstackedbarseries_p.h \ | |
49 | $$PWD/vertical/stacked/stackedbarchartitem_p.h \ |
|
41 | $$PWD/vertical/stacked/stackedbarchartitem_p.h \ | |
50 | $$PWD/vertical/percent/qpercentbarseries_p.h \ |
|
42 | $$PWD/vertical/percent/qpercentbarseries_p.h \ | |
51 | $$PWD/vertical/percent/percentbarchartitem_p.h \ |
|
43 | $$PWD/vertical/percent/percentbarchartitem_p.h \ | |
52 | $$PWD/horizontal/bar/qhorizontalbarseries_p.h \ |
|
44 | $$PWD/horizontal/bar/qhorizontalbarseries_p.h \ | |
53 | $$PWD/horizontal/bar/horizontalbarchartitem_p.h \ |
|
45 | $$PWD/horizontal/bar/horizontalbarchartitem_p.h \ | |
54 | $$PWD/horizontal/stacked/qhorizontalstackedbarseries_p.h \ |
|
46 | $$PWD/horizontal/stacked/qhorizontalstackedbarseries_p.h \ | |
55 | $$PWD/horizontal/stacked/horizontalstackedbarchartitem_p.h \ |
|
47 | $$PWD/horizontal/stacked/horizontalstackedbarchartitem_p.h \ | |
56 | $$PWD/horizontal/percent/qhorizontalpercentbarseries_p.h \ |
|
48 | $$PWD/horizontal/percent/qhorizontalpercentbarseries_p.h \ | |
57 | $$PWD/horizontal/percent/horizontalpercentbarchartitem_p.h |
|
49 | $$PWD/horizontal/percent/horizontalpercentbarchartitem_p.h | |
58 |
|
50 | |||
59 | PUBLIC_HEADERS += \ |
|
51 | PUBLIC_HEADERS += \ | |
60 | $$PWD/qabstractbarseries.h \ |
|
52 | $$PWD/qabstractbarseries.h \ | |
61 | $$PWD/qbarset.h \ |
|
53 | $$PWD/qbarset.h \ | |
62 | $$PWD/qbarmodelmapper.h \ |
|
54 | $$PWD/qbarmodelmapper.h \ | |
63 | $$PWD/qvbarmodelmapper.h \ |
|
55 | $$PWD/qvbarmodelmapper.h \ | |
64 | $$PWD/qhbarmodelmapper.h \ |
|
56 | $$PWD/qhbarmodelmapper.h \ | |
65 | $$PWD/vertical/bar/qbarseries.h \ |
|
57 | $$PWD/vertical/bar/qbarseries.h \ | |
66 | $$PWD/vertical/stacked/qstackedbarseries.h \ |
|
58 | $$PWD/vertical/stacked/qstackedbarseries.h \ | |
67 | $$PWD/vertical/percent/qpercentbarseries.h \ |
|
59 | $$PWD/vertical/percent/qpercentbarseries.h \ | |
68 | $$PWD/horizontal/bar/qhorizontalbarseries.h \ |
|
60 | $$PWD/horizontal/bar/qhorizontalbarseries.h \ | |
69 | $$PWD/horizontal/stacked/qhorizontalstackedbarseries.h \ |
|
61 | $$PWD/horizontal/stacked/qhorizontalstackedbarseries.h \ | |
70 | $$PWD/horizontal/percent/qhorizontalpercentbarseries.h |
|
62 | $$PWD/horizontal/percent/qhorizontalpercentbarseries.h | |
71 |
|
63 |
@@ -1,25 +1,24 | |||||
1 | INCLUDEPATH += $$PWD |
|
1 | INCLUDEPATH += $$PWD | |
2 | DEPENDPATH += $$PWD |
|
|||
3 |
|
2 | |||
4 | SOURCES += \ |
|
3 | SOURCES += \ | |
5 | $$PWD/boxplotchartitem.cpp \ |
|
4 | $$PWD/boxplotchartitem.cpp \ | |
6 | $$PWD/qboxplotseries.cpp \ |
|
5 | $$PWD/qboxplotseries.cpp \ | |
7 | $$PWD/boxwhiskers.cpp \ |
|
6 | $$PWD/boxwhiskers.cpp \ | |
8 | $$PWD/qboxset.cpp \ |
|
7 | $$PWD/qboxset.cpp \ | |
9 | $$PWD/qboxplotmodelmapper.cpp \ |
|
8 | $$PWD/qboxplotmodelmapper.cpp \ | |
10 | $$PWD/qvboxplotmodelmapper.cpp |
|
9 | $$PWD/qvboxplotmodelmapper.cpp | |
11 |
|
10 | |||
12 | PRIVATE_HEADERS += \ |
|
11 | PRIVATE_HEADERS += \ | |
13 | $$PWD/boxplotchartitem_p.h \ |
|
12 | $$PWD/boxplotchartitem_p.h \ | |
14 | $$PWD/qboxplotseries_p.h \ |
|
13 | $$PWD/qboxplotseries_p.h \ | |
15 | $$PWD/boxwhiskers_p.h \ |
|
14 | $$PWD/boxwhiskers_p.h \ | |
16 | $$PWD/boxwhiskersdata_p.h \ |
|
15 | $$PWD/boxwhiskersdata_p.h \ | |
17 | $$PWD/qboxset_p.h \ |
|
16 | $$PWD/qboxset_p.h \ | |
18 | $$PWD/qboxplotmodelmapper_p.h |
|
17 | $$PWD/qboxplotmodelmapper_p.h | |
19 |
|
18 | |||
20 | PUBLIC_HEADERS += \ |
|
19 | PUBLIC_HEADERS += \ | |
21 | $$PWD/qboxplotseries.h \ |
|
20 | $$PWD/qboxplotseries.h \ | |
22 | $$PWD/qboxset.h \ |
|
21 | $$PWD/qboxset.h \ | |
23 | $$PWD/qboxplotmodelmapper.h \ |
|
22 | $$PWD/qboxplotmodelmapper.h \ | |
24 | $$PWD/qvboxplotmodelmapper.h |
|
23 | $$PWD/qvboxplotmodelmapper.h | |
25 |
|
24 |
@@ -1,28 +1,27 | |||||
1 | #Subdirectiores are defined here, because qt creator doesn't handle nested include(foo.pri) chains very well. |
|
1 | #Subdirectiores are defined here, because qt creator doesn't handle nested include(foo.pri) chains very well. | |
2 |
|
2 | |||
3 | INCLUDEPATH += $$PWD |
|
3 | INCLUDEPATH += $$PWD | |
4 | DEPENDPATH += $$PWD |
|
|||
5 |
|
4 | |||
6 | SOURCES += \ |
|
5 | SOURCES += \ | |
7 | $$PWD/abstractdomain.cpp \ |
|
6 | $$PWD/abstractdomain.cpp \ | |
8 | $$PWD/polardomain.cpp \ |
|
7 | $$PWD/polardomain.cpp \ | |
9 | $$PWD/xydomain.cpp \ |
|
8 | $$PWD/xydomain.cpp \ | |
10 | $$PWD/xypolardomain.cpp \ |
|
9 | $$PWD/xypolardomain.cpp \ | |
11 | $$PWD/xlogydomain.cpp \ |
|
10 | $$PWD/xlogydomain.cpp \ | |
12 | $$PWD/xlogypolardomain.cpp \ |
|
11 | $$PWD/xlogypolardomain.cpp \ | |
13 | $$PWD/logxydomain.cpp \ |
|
12 | $$PWD/logxydomain.cpp \ | |
14 | $$PWD/logxypolardomain.cpp \ |
|
13 | $$PWD/logxypolardomain.cpp \ | |
15 | $$PWD/logxlogydomain.cpp \ |
|
14 | $$PWD/logxlogydomain.cpp \ | |
16 | $$PWD/logxlogypolardomain.cpp |
|
15 | $$PWD/logxlogypolardomain.cpp | |
17 |
|
16 | |||
18 | PRIVATE_HEADERS += \ |
|
17 | PRIVATE_HEADERS += \ | |
19 | $$PWD/abstractdomain_p.h \ |
|
18 | $$PWD/abstractdomain_p.h \ | |
20 | $$PWD/polardomain_p.h \ |
|
19 | $$PWD/polardomain_p.h \ | |
21 | $$PWD/xydomain_p.h \ |
|
20 | $$PWD/xydomain_p.h \ | |
22 | $$PWD/xypolardomain_p.h \ |
|
21 | $$PWD/xypolardomain_p.h \ | |
23 | $$PWD/xlogydomain_p.h \ |
|
22 | $$PWD/xlogydomain_p.h \ | |
24 | $$PWD/xlogypolardomain_p.h \ |
|
23 | $$PWD/xlogypolardomain_p.h \ | |
25 | $$PWD/logxydomain_p.h \ |
|
24 | $$PWD/logxydomain_p.h \ | |
26 | $$PWD/logxypolardomain_p.h \ |
|
25 | $$PWD/logxypolardomain_p.h \ | |
27 | $$PWD/logxlogydomain_p.h \ |
|
26 | $$PWD/logxlogydomain_p.h \ | |
28 | $$PWD/logxlogypolardomain_p.h |
|
27 | $$PWD/logxlogypolardomain_p.h |
@@ -1,12 +1,11 | |||||
1 | INCLUDEPATH += $$PWD |
|
1 | INCLUDEPATH += $$PWD | |
2 | DEPENDPATH += $$PWD |
|
|||
3 |
|
2 | |||
4 | SOURCES += \ |
|
3 | SOURCES += \ | |
5 | $$PWD/abstractchartlayout.cpp \ |
|
4 | $$PWD/abstractchartlayout.cpp \ | |
6 | $$PWD/cartesianchartlayout.cpp \ |
|
5 | $$PWD/cartesianchartlayout.cpp \ | |
7 | $$PWD/polarchartlayout.cpp |
|
6 | $$PWD/polarchartlayout.cpp | |
8 |
|
7 | |||
9 | PRIVATE_HEADERS += \ |
|
8 | PRIVATE_HEADERS += \ | |
10 | $$PWD/abstractchartlayout_p.h \ |
|
9 | $$PWD/abstractchartlayout_p.h \ | |
11 | $$PWD/cartesianchartlayout_p.h \ |
|
10 | $$PWD/cartesianchartlayout_p.h \ | |
12 | $$PWD/polarchartlayout_p.h |
|
11 | $$PWD/polarchartlayout_p.h |
@@ -1,36 +1,35 | |||||
1 | INCLUDEPATH += $$PWD |
|
1 | INCLUDEPATH += $$PWD | |
2 | DEPENDPATH += $$PWD |
|
|||
3 |
|
2 | |||
4 | SOURCES += \ |
|
3 | SOURCES += \ | |
5 | $$PWD/qlegend.cpp \ |
|
4 | $$PWD/qlegend.cpp \ | |
6 | $$PWD/legendlayout.cpp \ |
|
5 | $$PWD/legendlayout.cpp \ | |
7 | $$PWD/qlegendmarker.cpp \ |
|
6 | $$PWD/qlegendmarker.cpp \ | |
8 | $$PWD/qpielegendmarker.cpp \ |
|
7 | $$PWD/qpielegendmarker.cpp \ | |
9 | $$PWD/legendmarkeritem.cpp \ |
|
8 | $$PWD/legendmarkeritem.cpp \ | |
10 | $$PWD/qbarlegendmarker.cpp \ |
|
9 | $$PWD/qbarlegendmarker.cpp \ | |
11 | $$PWD/qxylegendmarker.cpp \ |
|
10 | $$PWD/qxylegendmarker.cpp \ | |
12 | $$PWD/qarealegendmarker.cpp \ |
|
11 | $$PWD/qarealegendmarker.cpp \ | |
13 | $$PWD/legendscroller.cpp \ |
|
12 | $$PWD/legendscroller.cpp \ | |
14 | $$PWD/qboxplotlegendmarker.cpp |
|
13 | $$PWD/qboxplotlegendmarker.cpp | |
15 |
|
14 | |||
16 | PRIVATE_HEADERS += \ |
|
15 | PRIVATE_HEADERS += \ | |
17 | $$PWD/legendscroller_p.h \ |
|
16 | $$PWD/legendscroller_p.h \ | |
18 | $$PWD/qlegend_p.h \ |
|
17 | $$PWD/qlegend_p.h \ | |
19 | $$PWD/legendlayout_p.h \ |
|
18 | $$PWD/legendlayout_p.h \ | |
20 | $$PWD/qlegendmarker_p.h \ |
|
19 | $$PWD/qlegendmarker_p.h \ | |
21 | $$PWD/legendmarkeritem_p.h \ |
|
20 | $$PWD/legendmarkeritem_p.h \ | |
22 | $$PWD/qpielegendmarker_p.h \ |
|
21 | $$PWD/qpielegendmarker_p.h \ | |
23 | $$PWD/qbarlegendmarker_p.h \ |
|
22 | $$PWD/qbarlegendmarker_p.h \ | |
24 | $$PWD/qxylegendmarker_p.h \ |
|
23 | $$PWD/qxylegendmarker_p.h \ | |
25 | $$PWD/qarealegendmarker_p.h \ |
|
24 | $$PWD/qarealegendmarker_p.h \ | |
26 | $$PWD/qboxplotlegendmarker_p.h |
|
25 | $$PWD/qboxplotlegendmarker_p.h | |
27 |
|
26 | |||
28 |
|
27 | |||
29 | PUBLIC_HEADERS += \ |
|
28 | PUBLIC_HEADERS += \ | |
30 | $$PWD/qlegend.h \ |
|
29 | $$PWD/qlegend.h \ | |
31 | $$PWD/qlegendmarker.h \ |
|
30 | $$PWD/qlegendmarker.h \ | |
32 | $$PWD/qpielegendmarker.h \ |
|
31 | $$PWD/qpielegendmarker.h \ | |
33 | $$PWD/qbarlegendmarker.h \ |
|
32 | $$PWD/qbarlegendmarker.h \ | |
34 | $$PWD/qxylegendmarker.h \ |
|
33 | $$PWD/qxylegendmarker.h \ | |
35 | $$PWD/qarealegendmarker.h \ |
|
34 | $$PWD/qarealegendmarker.h \ | |
36 | $$PWD/qboxplotlegendmarker.h |
|
35 | $$PWD/qboxplotlegendmarker.h |
@@ -1,13 +1,12 | |||||
1 | INCLUDEPATH += $$PWD |
|
1 | INCLUDEPATH += $$PWD | |
2 | DEPENDPATH += $$PWD |
|
|||
3 |
|
2 | |||
4 | SOURCES += \ |
|
3 | SOURCES += \ | |
5 | $$PWD/linechartitem.cpp \ |
|
4 | $$PWD/linechartitem.cpp \ | |
6 | $$PWD/qlineseries.cpp |
|
5 | $$PWD/qlineseries.cpp | |
7 |
|
6 | |||
8 | PRIVATE_HEADERS += \ |
|
7 | PRIVATE_HEADERS += \ | |
9 | $$PWD/linechartitem_p.h \ |
|
8 | $$PWD/linechartitem_p.h \ | |
10 | $$PWD/qlineseries_p.h |
|
9 | $$PWD/qlineseries_p.h | |
11 |
|
10 | |||
12 | PUBLIC_HEADERS += \ |
|
11 | PUBLIC_HEADERS += \ | |
13 | $$PWD/qlineseries.h No newline at end of file |
|
12 | $$PWD/qlineseries.h |
@@ -1,26 +1,25 | |||||
1 | INCLUDEPATH += $$PWD |
|
1 | INCLUDEPATH += $$PWD | |
2 | DEPENDPATH += $$PWD |
|
|||
3 |
|
2 | |||
4 | SOURCES += \ |
|
3 | SOURCES += \ | |
5 | $$PWD/qpieseries.cpp \ |
|
4 | $$PWD/qpieseries.cpp \ | |
6 | $$PWD/piesliceitem.cpp \ |
|
5 | $$PWD/piesliceitem.cpp \ | |
7 | $$PWD/piechartitem.cpp \ |
|
6 | $$PWD/piechartitem.cpp \ | |
8 | $$PWD/qpieslice.cpp \ |
|
7 | $$PWD/qpieslice.cpp \ | |
9 | $$PWD/qpiemodelmapper.cpp \ |
|
8 | $$PWD/qpiemodelmapper.cpp \ | |
10 | $$PWD/qvpiemodelmapper.cpp \ |
|
9 | $$PWD/qvpiemodelmapper.cpp \ | |
11 | $$PWD/qhpiemodelmapper.cpp |
|
10 | $$PWD/qhpiemodelmapper.cpp | |
12 |
|
11 | |||
13 | PRIVATE_HEADERS += \ |
|
12 | PRIVATE_HEADERS += \ | |
14 | $$PWD/pieslicedata_p.h \ |
|
13 | $$PWD/pieslicedata_p.h \ | |
15 | $$PWD/piechartitem_p.h \ |
|
14 | $$PWD/piechartitem_p.h \ | |
16 | $$PWD/piesliceitem_p.h \ |
|
15 | $$PWD/piesliceitem_p.h \ | |
17 | $$PWD/qpieslice_p.h \ |
|
16 | $$PWD/qpieslice_p.h \ | |
18 | $$PWD/qpieseries_p.h \ |
|
17 | $$PWD/qpieseries_p.h \ | |
19 | $$PWD/qpiemodelmapper_p.h |
|
18 | $$PWD/qpiemodelmapper_p.h | |
20 |
|
19 | |||
21 | PUBLIC_HEADERS += \ |
|
20 | PUBLIC_HEADERS += \ | |
22 | $$PWD/qpieseries.h \ |
|
21 | $$PWD/qpieseries.h \ | |
23 | $$PWD/qpieslice.h \ |
|
22 | $$PWD/qpieslice.h \ | |
24 | $$PWD/qpiemodelmapper.h \ |
|
23 | $$PWD/qpiemodelmapper.h \ | |
25 | $$PWD/qvpiemodelmapper.h \ |
|
24 | $$PWD/qvpiemodelmapper.h \ | |
26 | $$PWD/qhpiemodelmapper.h |
|
25 | $$PWD/qhpiemodelmapper.h |
@@ -1,13 +1,12 | |||||
1 | INCLUDEPATH += $$PWD |
|
1 | INCLUDEPATH += $$PWD | |
2 | DEPENDPATH += $$PWD |
|
|||
3 |
|
2 | |||
4 | SOURCES += \ |
|
3 | SOURCES += \ | |
5 | $$PWD/qscatterseries.cpp \ |
|
4 | $$PWD/qscatterseries.cpp \ | |
6 | $$PWD/scatterchartitem.cpp |
|
5 | $$PWD/scatterchartitem.cpp | |
7 |
|
6 | |||
8 | PRIVATE_HEADERS += \ |
|
7 | PRIVATE_HEADERS += \ | |
9 | $$PWD/scatterchartitem_p.h \ |
|
8 | $$PWD/scatterchartitem_p.h \ | |
10 | $$PWD/qscatterseries_p.h |
|
9 | $$PWD/qscatterseries_p.h | |
11 |
|
10 | |||
12 | PUBLIC_HEADERS += \ |
|
11 | PUBLIC_HEADERS += \ | |
13 | $$PWD/qscatterseries.h |
|
12 | $$PWD/qscatterseries.h |
@@ -1,13 +1,12 | |||||
1 | INCLUDEPATH += $$PWD |
|
1 | INCLUDEPATH += $$PWD | |
2 | DEPENDPATH += $$PWD |
|
|||
3 |
|
2 | |||
4 | SOURCES += \ |
|
3 | SOURCES += \ | |
5 | $$PWD/qsplineseries.cpp \ |
|
4 | $$PWD/qsplineseries.cpp \ | |
6 | $$PWD/splinechartitem.cpp |
|
5 | $$PWD/splinechartitem.cpp | |
7 |
|
6 | |||
8 | PRIVATE_HEADERS += \ |
|
7 | PRIVATE_HEADERS += \ | |
9 | $$PWD/splinechartitem_p.h \ |
|
8 | $$PWD/splinechartitem_p.h \ | |
10 | $$PWD/qsplineseries_p.h |
|
9 | $$PWD/qsplineseries_p.h | |
11 |
|
10 | |||
12 | PUBLIC_HEADERS += \ |
|
11 | PUBLIC_HEADERS += \ | |
13 | $$PWD/qsplineseries.h |
|
12 | $$PWD/qsplineseries.h |
@@ -1,14 +1,13 | |||||
1 | INCLUDEPATH += $$PWD |
|
1 | INCLUDEPATH += $$PWD | |
2 | DEPENDPATH += $$PWD |
|
|||
3 |
|
2 | |||
4 | THEMES += \ |
|
3 | THEMES += \ | |
5 | $$PWD/charttheme_p.h \ |
|
4 | $$PWD/charttheme_p.h \ | |
6 | $$PWD/chartthemesystem_p.h \ |
|
5 | $$PWD/chartthemesystem_p.h \ | |
7 | $$PWD/chartthemelight_p.h \ |
|
6 | $$PWD/chartthemelight_p.h \ | |
8 | $$PWD/chartthemebluecerulean_p.h \ |
|
7 | $$PWD/chartthemebluecerulean_p.h \ | |
9 | $$PWD/chartthemedark_p.h \ |
|
8 | $$PWD/chartthemedark_p.h \ | |
10 | $$PWD/chartthemebrownsand_p.h \ |
|
9 | $$PWD/chartthemebrownsand_p.h \ | |
11 | $$PWD/chartthemebluencs_p.h \ |
|
10 | $$PWD/chartthemebluencs_p.h \ | |
12 | $$PWD/chartthemehighcontrast_p.h \ |
|
11 | $$PWD/chartthemehighcontrast_p.h \ | |
13 | $$PWD/chartthemeblueicy_p.h \ |
|
12 | $$PWD/chartthemeblueicy_p.h \ | |
14 | $$PWD/chartthemeqt_p.h |
|
13 | $$PWD/chartthemeqt_p.h |
@@ -1,22 +1,21 | |||||
1 | #INCLUDEPATH += $$PWD |
|
1 | #INCLUDEPATH += $$PWD | |
2 | #DEPENDPATH += $$PWD |
|
|||
3 |
|
2 | |||
4 | SOURCES += \ |
|
3 | SOURCES += \ | |
5 | $$PWD/xychart.cpp \ |
|
4 | $$PWD/xychart.cpp \ | |
6 | $$PWD/qxyseries.cpp \ |
|
5 | $$PWD/qxyseries.cpp \ | |
7 | $$PWD/qxymodelmapper.cpp \ |
|
6 | $$PWD/qxymodelmapper.cpp \ | |
8 | $$PWD/qvxymodelmapper.cpp \ |
|
7 | $$PWD/qvxymodelmapper.cpp \ | |
9 | $$PWD/qhxymodelmapper.cpp \ |
|
8 | $$PWD/qhxymodelmapper.cpp \ | |
10 | $$PWD/glxyseriesdata.cpp |
|
9 | $$PWD/glxyseriesdata.cpp | |
11 |
|
10 | |||
12 | PRIVATE_HEADERS += \ |
|
11 | PRIVATE_HEADERS += \ | |
13 | $$PWD/xychart_p.h \ |
|
12 | $$PWD/xychart_p.h \ | |
14 | $$PWD/qxyseries_p.h \ |
|
13 | $$PWD/qxyseries_p.h \ | |
15 | $$PWD/qxymodelmapper_p.h \ |
|
14 | $$PWD/qxymodelmapper_p.h \ | |
16 | $$PWD/glxyseriesdata_p.h |
|
15 | $$PWD/glxyseriesdata_p.h | |
17 |
|
16 | |||
18 | PUBLIC_HEADERS += \ |
|
17 | PUBLIC_HEADERS += \ | |
19 | $$PWD/qxyseries.h \ |
|
18 | $$PWD/qxyseries.h \ | |
20 | $$PWD/qxymodelmapper.h \ |
|
19 | $$PWD/qxymodelmapper.h \ | |
21 | $$PWD/qvxymodelmapper.h \ |
|
20 | $$PWD/qvxymodelmapper.h \ | |
22 | $$PWD/qhxymodelmapper.h |
|
21 | $$PWD/qhxymodelmapper.h |
General Comments 0
You need to be logged in to leave comments.
Login now