[Qt-creator] Where can I find a list of Creator's variables?
Tobias Hunger
tobias.hunger at gmail.com
Mon Apr 11 18:22:52 CEST 2016
Am 11.04.2016 18:13 schrieb "Nikos Chantziaras" <realnc at gmail.com>:
>> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20160411/8e27b58f/attachment.html>
More information about the Qt-creator
mailing list