summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README6
-rw-r--r--src/datavisualization/doc/src/qtdatavisualization.qdoc6
2 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/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