summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2013-10-25 10:44:32 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2013-10-25 10:44:32 +0300
commit730e5832070f8552388e337f2268471fb8a5833a (patch)
tree78536324914c1e11b7158580a42147df736c08f0
parent7e719bbe7132d89550b80db2efa930b135fdfa71 (diff)
parent201a1119a5662329b9a628b7356290730b7c6b1e (diff)
Merge remote-tracking branch 'origin/develop'
-rw-r--r--README6
-rw-r--r--examples/audiolevels/doc/images/audiolevels-example.pngbin168074 -> 70631 bytes
-rw-r--r--src/datavisualization/doc/src/qtdatavisualization.qdoc6
3 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index 9970e8a8..7d854ede 100644
--- a/README
+++ b/README
@@ -36,13 +36,13 @@ For release builds:
or
qmake CONFIG+=debug_and_release; make release
-For both builds
+For both builds:
qmake CONFIG+="debug_and_release build_all"; make
-If you want to install the module to your Qt directory use:
+After building, install the module to your Qt directory:
make install
-If you want to uninstall the module
+If you want to uninstall the module:
make uninstall
Building as a statically linked library
diff --git a/examples/audiolevels/doc/images/audiolevels-example.png b/examples/audiolevels/doc/images/audiolevels-example.png
index 68d9121e..58566545 100644
--- a/examples/audiolevels/doc/images/audiolevels-example.png
+++ b/examples/audiolevels/doc/images/audiolevels-example.png
Binary files differ
diff --git a/src/datavisualization/doc/src/qtdatavisualization.qdoc b/src/datavisualization/doc/src/qtdatavisualization.qdoc
index 393bd6f9..5ec60061 100644
--- a/src/datavisualization/doc/src/qtdatavisualization.qdoc
+++ b/src/datavisualization/doc/src/qtdatavisualization.qdoc
@@ -100,17 +100,17 @@
qmake CONFIG+=debug_and_release; make release
\endcode
- For both builds
+ For both builds:
\code
qmake CONFIG+="debug_and_release build_all"; make
\endcode
- If you want to install the module to your Qt directory use:
+ After building, install the module to your Qt directory:
\code
make install
\endcode
- If you want to uninstall the module
+ If you want to uninstall the module:
\code
make uninstall
\endcode