From 6810e30e9a2d63498341b881110fbea91b78776d Mon Sep 17 00:00:00 2001
From: Eike Ziller <eike.ziller@digia.com>
Date: Fri, 16 Nov 2012 15:21:46 +0100
Subject: [PATCH] README: some info on possible necessity to pass -spec to
 qmake.

Task-number: QTCREATORBUG-8136

Change-Id: Ibda0d60207559d19e94db583cd8e501b53b17466
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
---
 README | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README b/README
index 135336f415e..090a2e3ba79 100644
--- a/README
+++ b/README
@@ -30,6 +30,9 @@ You can build Qt Creator with
     qmake -r
     make (or mingw32-make or nmake or jom, depending on your platform)
 
+Note: If you get "make: *** No targets specified and no makefile found. Stop."
+      on Mac OS X, you need to additionally pass "-spec macx-g++" to qmake.
+
 Installation ("make install") is not needed. It is however possible, using
 
     make install INSTALL_ROOT=$INSTALL_DIRECTORY
-- 
GitLab