summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2014-10-06 11:10:14 +0300
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2014-10-06 11:42:27 +0300
commite42580773cb4124ff02669b8a87ff550057d3793 (patch)
tree42231f4b30dc91c21d1d95e2062667954543d807 /README
parent90ac955006749ecf6ea021bc7cf736a6c21095af (diff)
Fix mac -> OS X
Change-Id: If0409af049a55dae152139fdb55a2eb58e5fbb51 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
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