##// 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 1 load(qt_build_config)
2 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 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 7 project = QtCharts
8 8 description = Qt Charts Reference Documentation
9 version = 2.0.1
9 version = 2.1.0
10 10
11 11 sourcedirs += .. \
12 12 ../../chartsqml2
@@ -32,14 +32,14 Cpp.ignoretokens = Q_INVOKABLE \
32 32
33 33 qhp.projects = QtCharts
34 34 qhp.QtCharts.file = qtcharts.qhp
35 qhp.QtCharts.namespace = com.digia.qtcharts.201
35 qhp.QtCharts.namespace = com.digia.qtcharts.210
36 36 qhp.QtCharts.virtualFolder = qtcharts
37 37 qhp.QtCharts.indexTitle = Qt Charts
38 38 qhp.QtCharts.indexRoot =
39 39
40 qhp.QtCharts.filterAttributes = qtcharts 2.0.1 qtrefdoc
41 qhp.QtCharts.customFilters.Qt.name = QtCharts 2.0.1
42 qhp.QtCharts.customFilters.Qt.filterAttributes = qtcharts 2.0.1
40 qhp.QtCharts.filterAttributes = qtcharts 2.1.0 qtrefdoc
41 qhp.QtCharts.customFilters.Qt.name = QtCharts 2.1.0
42 qhp.QtCharts.customFilters.Qt.filterAttributes = qtcharts 2.1.0
43 43
44 44 qhp.QtCharts.subprojects = gettingstarted classes types examples
45 45
@@ -21,11 +21,11
21 21
22 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 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 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