win32/default_pre.prf: remove unused incremental_off CONFIG

Nothing uses this and there's no incremental_off.prf since the MSVC6 purge
in 99f390f9 (dec 2009).

Change-Id: I2bc52f3c7a574209b213fffd149b4bf378805969
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
This commit is contained in:
Thiago Macieira 2017-01-19 14:13:31 -08:00
parent 3d0f62de8b
commit 796517b589

View File

@ -1,2 +1,2 @@
CONFIG = incremental_off windows $$CONFIG
CONFIG = windows $$CONFIG
load(default_pre)