summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2013-11-04 09:33:07 +0200
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2013-11-04 09:35:03 +0200
commit2a72445d3bf5064e96e629c558cc75cc33404451 (patch)
tree8a8714c542d1e039ff285603bceb49a15cb90b4c /README
parenta95495413e36e3f3770a69156e648a5018bf7d0e (diff)
Fix build instructions
Change-Id: I246b2f413494e8abd0b1c26d424592ac86047592 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
Diffstat (limited to 'README')
-rw-r--r--README23
1 files changed, 14 insertions, 9 deletions
diff --git a/README b/README
index f4cbd3d5..4573323a 100644
--- a/README
+++ b/README
@@ -27,17 +27,22 @@ the release build if you are using precompiled binary Qt distribution. To build
debug and release, or one specifically, use one of the following qmake lines instead.
For debug builds:
- qmake CONFIG+=debug; make
- or
- qmake CONFIG+=debug_and_release; make debug
+ qmake CONFIG+=debug
+ make
+ or
+ qmake CONFIG+=debug_and_release
+ make debug
For release builds:
- qmake CONFIG+=release; make
- or
- qmake CONFIG+=debug_and_release; make release
-
-For both builds:
- qmake CONFIG+="debug_and_release build_all"; make
+ qmake CONFIG+=release
+ make
+ or
+ qmake CONFIG+=debug_and_release
+ make release
+
+For both builds (Windows/Mac only):
+ qmake CONFIG+="debug_and_release build_all"
+ make
After building, install the module to your Qt directory:
make install