Skip to content
Snippets Groups Projects
Commit 6810e30e authored by Eike Ziller's avatar Eike Ziller
Browse files

README: some info on possible necessity to pass -spec to qmake.


Task-number: QTCREATORBUG-8136

Change-Id: Ibda0d60207559d19e94db583cd8e501b53b17466
Reviewed-by: default avatarLeena Miettinen <riitta-leena.miettinen@digia.com>
parent 05261e4d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment