On 29/05/2011 15:28, Nikos Chantziaras wrote: > Is the following supposed to work? > > qmake CONFIG-=warn_off myproject.pro > > Because it doesn't. "+=" works fine, it's only "-=" that doesn't. Not sure but in this case you could use CONFIG+=warn_on? Sean