summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTitta Heikkala <titta.heikkala@digia.com>2013-09-04 13:05:06 +0300
committerTitta Heikkala <titta.heikkala@digia.com>2013-09-05 07:46:50 +0300
commitfb7e40c1cc01751ea41c1adb1d67db71be081356 (patch)
treebbd8108e38b2e41eaf85f68a93e7e8cb6fab9e4a /doc
parent23dc25e6ce182ac5cbc13aa2b676ca7c01511ffc (diff)
Add possibility to build Charts without demos and examples
The 'nomake_demos_examples' value can be used with CONFIG variable when running qmake for charts in order to build Charts without demos and examples. Task-number: QTRD-2234 Change-Id: I88a76b168db3b045cd26081a439c3a656ae3a6e6 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
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: