[Qt-creator] Custom makefiles not being used
Eike Ziller
eike.ziller at nokia.com
Tue Nov 4 12:27:09 CET 2008
On Nov 4, 2008, at 12:19 AM, ext Chris Kurecka wrote:
> In my qmake.pro in QtCreator, I specify MAKEFILE="Makefile.qtcreator",
> but when I actually try to build my project within QtCreator it
> seems to
> ignore that and simply run "make" instead of "make -f
> Makefile.qtcreator". I have a separate Makefile for other purposes in
> that directory and QtCreator can't build my application with that
> file.
Thanks Chris,
you can work around that problem for the moment by adding the "-f
Makefile.qtcreator" option yourself in the project settings: Click on
the "Build&Run" mode button to the left, select your project, select
"Build steps" in the list of build settings, select "Make" in the list
of build steps, and add your -f option to the make arguments.
--
Eike Ziller
Software Engineer
Nokia, Qt Software
Phone +49 (0)30 6392 3255
Fax +49 (0)30 6392 3256
E-mail eike.ziller at nokia.com
More information about the Qt-creator-old
mailing list