Re: How to filter compilation issues on Qt Creator building Umbrello using CMake build?
Robert Hairgrove <[email protected]>
| Newsgroups | gmane.linux.umbrello.devel |
|---|---|
| Message-ID | <[email protected]> |
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.