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