Re: [Qt-creator] What makes a message a "Compile Error"

2018-03-06 Thread Tobias Hunger
Hi Michael, On Tue, Mar 6, 2018 at 2:34 PM, Michael Jackson wrote: > I'm using Qt classes, we compile on Linux (GCC), macOS (clang) and Windows > (VS 2015/2017). We use C++ and CMake for the build system. The part that > throws a false positive is a custom build step where we call "cmake -P" t

Re: [Qt-creator] What makes a message a "Compile Error"

2018-03-06 Thread Michael Jackson
-Original Message- From: Tobias Hunger Date: Tuesday, March 6, 2018 at 8:02 AM To: Michael Jackson Cc: qt-creator Subject: Re: [Qt-creator] What makes a message a "Compile Error" On Tue, Mar 6, 2018 at 1:41 PM, Michael Jackson wrote: > As part of our build we

Re: [Qt-creator] What makes a message a "Compile Error"

2018-03-06 Thread Tobias Hunger
On Tue, Mar 6, 2018 at 1:41 PM, Michael Jackson wrote: > As part of our build we execute a few external programs that create output. > It seems that QtCreator seems to think that these messages are errors even > though they are not. Creator uses classes derived from IOutputParser to decide what