Just tried your solution, it works now.

Thanks,
Xiaofeng

On Sun, Dec 28, 2014 at 11:43 AM, Orgad Shaneh <[email protected]> wrote:

> On Sun, Dec 28, 2014 at 5:35 PM, Xiaofeng Wu <[email protected]> wrote:
>
>> Can I make a slight modification to the code to fixed the problem?
>>
>> Thanks
>> Xiaofeng
>>
>>
> A real solution is not that simple. I started
> <https://codereview.qt-project.org/102661> to work on it, but it requires
> some design...
>
> If you want a workaround, and you don't care about links in the
> application output, in desktopqmakerunconfiguration.cpp replace line 578:
>
>     return new QtSupport::QtOutputFormatter(target()->project());
>
> with
>
>     return new OutputFormatter;
>
> - Orgad
>
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to