Qt 6.11 is out! See what's new in the release
blog
QMake, system headers, disabling warnings from boost headers
Qt Creator and other tools
1
Posts
1
Posters
894
Views
1
Watching
-
How can I tell qmake that some headers, such as the boost headers that I have installed under /usr/local/include, are system includes? clang suppresses warnings from system headers, and I want to suppress all warnings from boost and others, so that I can focus on my "own" warnings.
I was expecting something like a variable like SYSINCLUDEPATH or similar to exist, but I can't find anything like that.
Help appreciated!