summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/src/gettingstarted.qdoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/src/gettingstarted.qdoc b/doc/src/gettingstarted.qdoc
index d1b8fd5d..811606a3 100644
--- a/doc/src/gettingstarted.qdoc
+++ b/doc/src/gettingstarted.qdoc
@@ -33,6 +33,13 @@
Please take a note that the \i build_all option is necessary for the install to work correctly. Otherwise it will not install both versions.
+ Building without demos and examples:
+ \code
+ qmake CONFIG+=nomake_demos_examples
+ make
+ make install
+ \endcode
+
\bold {New project}
Create a new project in a usual way and then add to your project's *.pro file following line: