aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2012-11-16 15:21:46 +0100
committerEike Ziller <eike.ziller@digia.com>2012-12-05 09:12:15 +0100
commit6810e30e9a2d63498341b881110fbea91b78776d (patch)
treebba49c627c4c514521915137b0825cfac47a429f /README
parent05261e4d0b8405799d2f42b0221376b04827d22a (diff)
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>
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 135336f415..090a2e3ba7 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