In the Makefile, there are various defines.

Qt Code:
  1. DEFINES = -DFOO_SETTING_ONE -DFOO_SETTING_TWO
To copy to clipboard, switch view to plain text mode 

Does the following way of adding a "NO" work in all qmake Makefiles, or is there
another common way to unset a define?

Qt Code:
  1. DEFINES = -DNO_FOO_SETTING_ONE
To copy to clipboard, switch view to plain text mode