From 796517b589809caeff9098dac166517b5ab858ac Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Thu, 19 Jan 2017 14:13:31 -0800 Subject: 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 --- mkspecs/features/win32/default_pre.prf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkspecs') diff --git a/mkspecs/features/win32/default_pre.prf b/mkspecs/features/win32/default_pre.prf index a9b247e113..4bd1653aee 100644 --- a/mkspecs/features/win32/default_pre.prf +++ b/mkspecs/features/win32/default_pre.prf @@ -1,2 +1,2 @@ -CONFIG = incremental_off windows $$CONFIG +CONFIG = windows $$CONFIG load(default_pre) -- cgit v1.2.3