There's QMAKE_CXXFLAGS and "CONFIG += no_warn" (or was it "CONFIG -= warn_on"?).
There's QMAKE_CXXFLAGS and "CONFIG += no_warn" (or was it "CONFIG -= warn_on"?).
J-P Nurmi
I only would like to disable warnings for the bad third-party header files, but very much would like to keep warnings on my code!
So it's not a separate library but its sources are included to the main project?
J-P Nurmi
yes, .h files included from our code
We have to use their headers to interface with their API.
Bookmarks