Am 11.04.2016 18:13 schrieb "Nikos Chantziaras" <[email protected]>:
>> There is nothing:-/
>>
>> Qt Creator has one compiler per kit and assumes that to be a C++
compiler. Until
>> we change that there is just no information on additional C compilers (or
>> whatever other language you want to use). Without that information there
is
>> nothing that can be added to kits automatically.
>
>
> Ah, OK. So using a hard-coded path is the only choice here.
You can do dirty hacks along the line of setting
%{JS: '%{Compiler:Executable}'.replace('g++', 'gcc').replace('clang++',
'clang')}
(completely untested!!!)
That is waaay too much of a hack to do by default... but it might work for
you.
Best Regards,
Tobias
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator