aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtprojectlib/Resources.cs
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/qtprojectlib/Resources.cs
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/qtprojectlib/Resources.cs')
-rw-r--r--src/qtprojectlib/Resources.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qtprojectlib/Resources.cs b/src/qtprojectlib/Resources.cs
index 65ad451f..68b36028 100644
--- a/src/qtprojectlib/Resources.cs
+++ b/src/qtprojectlib/Resources.cs
@@ -88,6 +88,9 @@ namespace QtProjectLib
// Min. format version for Qt settings as project properties
public const int qtMinFormatVersion_Settings = 300;
+ // Min. format version for shared compiler properties
+ public const int qtMinFormatVersion_ClProperties = 300;
+
// Project properties labels
public const string projLabelGlobals = "Globals";
public const string projLabelConfiguration = "Configuration";