Re: KDevelop syntax parser is barely usable
René J.V. Bertin <[email protected]>
| Newsgroups | gmane.comp.kde.users.kdevelop |
|---|---|
| Message-ID | <2132000.nG5xrnY36k@bola> |
On Tuesday November 13 2018 12:02:44 Sven Brauch wrote: >KDevelop is mostly optimized around being used with CMake or qmake, where >these can be queried from the build system automatically, and you don't need >to configure anything. Not so perfectly with qmake as with cmake, btw, in my experience. Maybe that's on Mac only, but I think that even on Linux I often have to add at least the path to the Qt5 header directory because otherwise certain headerfiles aren't found by the parser. R.