Undefining WIN32 macro for the parser
-
Is there a way to make the parser undefine WIN32 when working with mingw?
I'm cross-compiling, and I want to have the #ifdef WIN32 grayed out, and the #else white...
I tried DEFINES -= WIN32 and QMAKE_COMPILER_DEFINES -= WIN32
neither helped...
-
Even if I use -spec linux-g++ it still considers WIN32 as defined
-
I removed all #includes, it is still defined...