From 0c4835a3e8e5f7cbe166a898ff5dd02044cf4037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20K=C3=BCmmel?= Date: Thu, 29 May 2014 21:41:33 +0200 Subject: [PATCH] Help: Add missing space in policy CMP0020 description --- Help/policy/CMP0020.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Help/policy/CMP0020.rst b/Help/policy/CMP0020.rst index ad664b0c5..6767d08bb 100644 --- a/Help/policy/CMP0020.rst +++ b/Help/policy/CMP0020.rst @@ -16,7 +16,7 @@ this automatic linking will need to be disabled as per the documentation. The OLD behavior for this policy is not to link executables to -qtmain.lib automatically when they link to the QtCore IMPORTEDtarget. +qtmain.lib automatically when they link to the QtCore IMPORTED target. The NEW behavior for this policy is to link executables to qtmain.lib automatically when they link to QtCore IMPORTED target.