[Qt-creator] Project-specific make tool
Stephen Kelly
steveire at gmail.com
Wed Mar 12 14:33:03 CET 2014
Daniel Teske wrote:
> On Wednesday 12 Mar 2014 14:28:03 Stephen Kelly wrote:
>> Daniel Teske wrote:
>> >> Currently jom can be selected as the build tool on Windows as a global
>> >> setting in creator.
>> >>
>> >> Would a patch changing that to be a per-project setting be accepted?
>> >
>> > That's already possible per buildconfiguration.
>>
>> It appears the option can be overridden by specifying a different path to
>> a make-tool binary. Is that what you are referring to here?
>
> Yes.
Ok, that is possible with qmake builds, but not with cmake builds.
The way to specify such a tool with cmake is to invoke cmake in the build
directory with -DCMAKE_MAKE_PROGRAM=/path/to/jom .
Would a patch doing that be accepted?
Thanks,
Steve.
More information about the Qt-creator
mailing list