summaryrefslogtreecommitdiffstats
path: root/README
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 /README
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 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index f9e4dc0c..770c8c15 100644
--- a/README
+++ b/README
@@ -46,6 +46,10 @@ For release builds:
For both builds
qmake CONFIG+="debug_and_release build_all"; make
+If you want to leave out demos and examples from the build you can use
+the following config with qmake:
+ CONFIG+=nomake_demos_examples
+
If you want to install the libraries to your Qt library directory use:
make install