On Apr 9, 2014 7:48 PM, "Tomasz Olszak" <[email protected]> wrote:
>
> 2014-04-09 19:36 GMT+02:00 Bartek Taczała <[email protected]>:
> > On Wednesday 09 of April 2014 15:25:18 Tomasz Olszak wrote:
> >> Hi,
> >> I would like to change make build step (make path) in qmake project
> >> depending on Qt Version or Kit.
> >> Is there any simple way to do that besides creating extra build
> >> configuration factory like QmakeBuildConfigurationFactory?

Creator will prepend the toolchain and Qt does to PATH, so putting your
make in those directories might already be enough.

> Anyway I've found out that I can overload
> ProjectExplorer::GccToolChain::makeCommand to change the make path. It
> is more neat than creating new build configuration factory only for
> that purpose.

That is considered to be a recommendation only. BuildSteps are free to
ignore this.

Best Regards,
Tobias _______________________________________________
> Qt-creator mailing list
> [email protected]
> http://lists.qt-project.org/mailman/listinfo/qt-creator
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to