From e42580773cb4124ff02669b8a87ff550057d3793 Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Mon, 6 Oct 2014 11:10:14 +0300 Subject: Fix mac -> OS X MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If0409af049a55dae152139fdb55a2eb58e5fbb51 Reviewed-by: Tomi Korpipää --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index b06437ce..357507d5 100644 --- a/README +++ b/README @@ -22,7 +22,7 @@ After running qmake, build the project with make: (Linux) make (Windows with MinGw) mingw32-make (Windows with Visual Studio) nmake - (OSX) make + (OS X) make The above generates the default makefiles for your configuration, which is typically the release build if you are using precompiled binary Qt distribution. To build both @@ -42,7 +42,7 @@ For release builds: qmake CONFIG+=debug_and_release make release -For both builds (Windows/Mac only): +For both builds (Windows/OS X only): qmake CONFIG+="debug_and_release build_all" make -- cgit v1.2.3