summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
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