aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtmsbuild/qt.targets
diff options
context:
space:
mode:
authorMiguel Costa <miguel.costa@qt.io>2019-07-08 16:16:15 +0200
committerMiguel Costa <miguel.costa@qt.io>2019-08-05 09:24:17 +0000
commitcff73364c3b632a84ab3c7ca2f2ea32b563910ce (patch)
tree41d0c87644f3322aa29709bae3d58529511cd7fc /src/qtmsbuild/qt.targets
parent3e7709dcf5927f5674cccc253ecefae3ab758166 (diff)
Add C++ compiler properties to Qt tools
Qt tools that generate C++ code will now include all properties available in the C++ compiler property page, allowing the default values of the C++ compiler properties to be used directly by the Qt tools, without the need to actively monitor changes to maintain properties synchronized. It is also possible to extend (i.e. append to) or override (i.e. replace) the default C++ property values for Qt tools. Task-number: QTVSADDINBUG-575 Task-number: QTVSADDINBUG-632 Change-Id: I456ee6b4926cd11c83c845656a617a4fb204542a Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'src/qtmsbuild/qt.targets')
-rw-r--r--src/qtmsbuild/qt.targets3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qtmsbuild/qt.targets b/src/qtmsbuild/qt.targets
index cc3a5064..df0ec430 100644
--- a/src/qtmsbuild/qt.targets
+++ b/src/qtmsbuild/qt.targets
@@ -45,6 +45,9 @@
<QtVsProjectMinVersion_Settings
Condition="'$(QtVsProjectMinVersion_Settings)' == ''"
>0</QtVsProjectMinVersion_Settings>
+ <QtVsProjectMinVersion_ClProperties
+ Condition="'$(QtVsProjectMinVersion_ClProperties)' == ''"
+ >0</QtVsProjectMinVersion_ClProperties>
</PropertyGroup>
<!--