summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@digia.com>2012-07-11 14:40:03 +0300
committerMichal Klocek <michal.klocek@digia.com>2012-07-11 14:40:03 +0300
commita3b35ca95c5cfb7fc5f64d26df064732e76ffef6 (patch)
treef17522800626f109f3cf5d6ba1a1ab2a2477c0bb /README
parent151c048d80cdc89d74a2ee161a8fbb9047189f16 (diff)
monir. typo
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index 3fd8fbb7..f41a3cac 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
Commercial Charts Add-on 1.0.0
--------------------------------
-What�s in Qt Commercial Charts
+What's in Qt Commercial Charts
=============================
Directory structure:
@@ -24,7 +24,7 @@ licenses/
Building
========
-Configure project with qmake and build poject with make:
+Configure project with qmake and build project with make:
(Linux) make
(Windows with MinGw) mingw32-make
(Visual Studio) nmake
@@ -33,15 +33,15 @@ Configure project with qmake and build poject with make:
For debug builds:
qmake CONFIG+=debug ; make
or
- qmake CONFIG+=debug_and_relese; make debug
+ qmake CONFIG+=debug_and_release; make debug
For release builds:
qmake CONFIG+=release ; make
or
- qmake CONFIG+=debug_and_relese; make release
+ qmake CONFIG+=debug_and_release; make release
For both builds
- qmake CONFIG+=debug_and_relese; make all
+ qmake CONFIG+=debug_and_release; make all
If you want to install the libraries to your Qt library directory use:
@@ -82,6 +82,6 @@ Main Changes between Beta and Final
* In future it's possible to display several axes at the same time.
* QBarCategoriesAxis and QValuesAxis classes have been added.
* QBarSeries change to QGroupedBarSeries introduced in Beta has been reverted.
-* �Getting Started� documentation has been added.
+* "Getting Started" documentation has been added.
* Chart layout management has been refactored.