How to filter compilation issues on Qt Creator building Umbrello using CMake build?
Robert Hairgrove
code at roberthairgrove.com
Sun Nov 7 14:52:09 GMT 2021
On 2021-11-05 05:36, Robert Hairgrove wrote:
> I am using Qt Creator 4.12.2 with Qt 5.12.9 on Linux Ubuntu 18.04.5. I
> am building the "umbrello-master" branch in Debug mode; version
> appears to be version 2.14.0 (4.14.0) in the ChangeLog.
>
> Qt Creator loads and parses the Umbrello project OK, but when I try to
> build it, I get > 1500 issues which mostly seem to apply to running
> Doxygen. However, these are very strange ... it appears that all of
> the auto-generated "moc_" files are being parsed by Doxygen as well;
> otherwise I would not see these, for example:
(snip)
I was able to remedy this by changing the default value for BUILD_APIDOC
to OFF in the CMakeLists.txt file.
More information about the umbrello-devel
mailing list