From a545d1db4c4f8bb07dffad4326695fed2983b110 Mon Sep 17 00:00:00 2001
From: pigeonhunter <darryl.c.taylor@gmail.com>
Date: Wed, 5 Jun 2013 12:16:46 +0800
Subject: [PATCH] Update README

Changed OS X build instructions to force qmake to generate a Makefile instead of xcodeproj files.
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index aad1ba6..ff1294a 100644
--- a/README
+++ b/README
@@ -36,7 +36,7 @@ Build QGroundControl
 --------------------
 1) From the terminal go to the `groundcontrol` directory
 
-2) Run `qmake`
+2) Run `qmake -spec macx-g++`
 
 3) Run `make -j8`