From 2a72445d3bf5064e96e629c558cc75cc33404451 Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Mon, 4 Nov 2013 09:33:07 +0200 Subject: Fix build instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I246b2f413494e8abd0b1c26d424592ac86047592 Reviewed-by: Tomi Korpipää --- README | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) (limited to 'README') 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 -- cgit v1.2.3