summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDaniel d'Andrada <daniel.dandrada@canonical.com>2014-09-22 11:27:42 -0300
committerDaniel d'Andrada <daniel.dandrada@canonical.com>2014-09-22 11:27:42 -0300
commit7cbdf0a113f51ec760457cc6721ce73e1ee66962 (patch)
tree32d6c446796ce2672b8cd023caaf5bd4f0e6e9dc /README
parentce3b3b99224a2a8694aa65b97db89be3f06639ef (diff)
CONFIG+=no_tests to avoid building the tests and therefore speed up the build
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 2dcb306..7fe0d63 100644
--- a/README
+++ b/README
@@ -12,7 +12,8 @@ To enable debug output, replace the single "qmake" command with
$ qmake CONFIG+=debug
(is good to "make clean" beforehand)
-
+To avoid building the tests (to speed up the build):
+$ qmake CONFIG+=no_tests
To test, enter the demos directory, run: