I compile the same code on both Mac OS X Leopard and on Linux Ubuntu, with the same lines in the .pro file:
Qt Code:
  1. QMAKE_CXXFLAGS_DEBUG += -Wno-deprecated
  2. QMAKE_CXXFLAGS_RELEASE += -Wno-deprecated
To copy to clipboard, switch view to plain text mode 
No deprecated warning appears on the Mac but they appear on Linux, which is really annoying.
Any help?