summaryrefslogtreecommitdiffstats
path: root/mkspecs/features
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2017-01-19 14:13:31 -0800
committerThiago Macieira <thiago.macieira@intel.com>2017-01-31 23:14:28 +0000
commit796517b589809caeff9098dac166517b5ab858ac (patch)
tree183f5a6407210f17032e654db4f69f0a00c420d7 /mkspecs/features
parent3d0f62de8be9af8b406c889b68707448cb2d2b18 (diff)
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>
Diffstat (limited to 'mkspecs/features')
-rw-r--r--mkspecs/features/win32/default_pre.prf2
1 files changed, 1 insertions, 1 deletions
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)