##// END OF EJS Templates
Added dist file for 2.1.0 and changed version numbers...
Titta Heikkala -
r2808:336e6534e2dc
parent child
Show More
@@ -0,0 +1,9
1 Qt Charts 2.1.0
2
3 New features
4 ------------
5 - ?
6
7 Fixed issues
8 ------------
9 - ?
@@ -1,4 +1,4
1 load(qt_build_config)
1 load(qt_build_config)
2 CONFIG += qt_example_installs
2 CONFIG += qt_example_installs
3
3
4 MODULE_VERSION=2.0.0
4 MODULE_VERSION=2.1.0
@@ -1,5 +1,5
1 ---------------
1 ---------------
2 Qt Charts 2.0.1
2 Qt Charts 2.1.0
3 ---------------
3 ---------------
4
4
5 Qt Charts module provides a set of easy to use chart components. It uses
5 Qt Charts module provides a set of easy to use chart components. It uses
@@ -6,7 +6,7 include($QT_INSTALL_DOCS/global/qt-html-templates-offline.qdocconf)
6
6
7 project = QtCharts
7 project = QtCharts
8 description = Qt Charts Reference Documentation
8 description = Qt Charts Reference Documentation
9 version = 2.0.1
9 version = 2.1.0
10
10
11 sourcedirs += .. \
11 sourcedirs += .. \
12 ../../chartsqml2
12 ../../chartsqml2
@@ -32,14 +32,14 Cpp.ignoretokens = Q_INVOKABLE \
32
32
33 qhp.projects = QtCharts
33 qhp.projects = QtCharts
34 qhp.QtCharts.file = qtcharts.qhp
34 qhp.QtCharts.file = qtcharts.qhp
35 qhp.QtCharts.namespace = com.digia.qtcharts.201
35 qhp.QtCharts.namespace = com.digia.qtcharts.210
36 qhp.QtCharts.virtualFolder = qtcharts
36 qhp.QtCharts.virtualFolder = qtcharts
37 qhp.QtCharts.indexTitle = Qt Charts
37 qhp.QtCharts.indexTitle = Qt Charts
38 qhp.QtCharts.indexRoot =
38 qhp.QtCharts.indexRoot =
39
39
40 qhp.QtCharts.filterAttributes = qtcharts 2.0.1 qtrefdoc
40 qhp.QtCharts.filterAttributes = qtcharts 2.1.0 qtrefdoc
41 qhp.QtCharts.customFilters.Qt.name = QtCharts 2.0.1
41 qhp.QtCharts.customFilters.Qt.name = QtCharts 2.1.0
42 qhp.QtCharts.customFilters.Qt.filterAttributes = qtcharts 2.0.1
42 qhp.QtCharts.customFilters.Qt.filterAttributes = qtcharts 2.1.0
43
43
44 qhp.QtCharts.subprojects = gettingstarted classes types examples
44 qhp.QtCharts.subprojects = gettingstarted classes types examples
45
45
@@ -21,11 +21,11
21
21
22 #include <QtCore/QtGlobal>
22 #include <QtCore/QtGlobal>
23
23
24 #define QT_CHARTS_VERSION_STR "2.0.1"
24 #define QT_CHARTS_VERSION_STR "2.1.0"
25 /*
25 /*
26 QT_CHARTS_VERSION is (major << 16) + (minor << 8) + patch.
26 QT_CHARTS_VERSION is (major << 16) + (minor << 8) + patch.
27 */
27 */
28 #define QT_CHARTS_VERSION 0x020001
28 #define QT_CHARTS_VERSION 0x020100
29 /*
29 /*
30 can be used like #if (QT_CHARTS_VERSION >= QT_CHARTS_VERSION_CHECK(1, 1, 0))
30 can be used like #if (QT_CHARTS_VERSION >= QT_CHARTS_VERSION_CHECK(1, 1, 0))
31 */
31 */
General Comments 0
You need to be logged in to leave comments. Login now