@@ -2,7 +2,7 | |||
|
2 | 2 | Commercial Charts Add-on 1.0.0 |
|
3 | 3 | -------------------------------- |
|
4 | 4 | |
|
5 |
What |
|
|
5 | What's in Qt Commercial Charts | |
|
6 | 6 | ============================= |
|
7 | 7 | |
|
8 | 8 | Directory structure: |
@@ -24,7 +24,7 licenses/ | |||
|
24 | 24 | Building |
|
25 | 25 | ======== |
|
26 | 26 | |
|
27 | Configure project with qmake and build poject with make: | |
|
27 | Configure project with qmake and build project with make: | |
|
28 | 28 | (Linux) make |
|
29 | 29 | (Windows with MinGw) mingw32-make |
|
30 | 30 | (Visual Studio) nmake |
@@ -33,15 +33,15 Configure project with qmake and build poject with make: | |||
|
33 | 33 | For debug builds: |
|
34 | 34 | qmake CONFIG+=debug ; make |
|
35 | 35 | or |
|
36 | qmake CONFIG+=debug_and_relese; make debug | |
|
36 | qmake CONFIG+=debug_and_release; make debug | |
|
37 | 37 | |
|
38 | 38 | For release builds: |
|
39 | 39 | qmake CONFIG+=release ; make |
|
40 | 40 | or |
|
41 | qmake CONFIG+=debug_and_relese; make release | |
|
41 | qmake CONFIG+=debug_and_release; make release | |
|
42 | 42 | |
|
43 | 43 | For both builds |
|
44 | qmake CONFIG+=debug_and_relese; make all | |
|
44 | qmake CONFIG+=debug_and_release; make all | |
|
45 | 45 | |
|
46 | 46 | |
|
47 | 47 | If you want to install the libraries to your Qt library directory use: |
@@ -82,6 +82,6 Main Changes between Beta and Final | |||
|
82 | 82 | * In future it's possible to display several axes at the same time. |
|
83 | 83 | * QBarCategoriesAxis and QValuesAxis classes have been added. |
|
84 | 84 | * QBarSeries change to QGroupedBarSeries introduced in Beta has been reverted. |
|
85 |
* |
|
|
85 | * "Getting Started" documentation has been added. | |
|
86 | 86 | * Chart layout management has been refactored. |
|
87 | 87 |
General Comments 0
You need to be logged in to leave comments.
Login now