aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/qtprofilesetup
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-11-30 08:20:52 -0800
committerJake Petroules <jake.petroules@qt.io>2017-12-01 19:52:47 +0000
commitcf2116b63a052bfcd7546bec56f66a5015cf5c51 (patch)
treecc2b0ce1c642570c8a76fe9bdf2c2f3285c9217a /src/lib/qtprofilesetup
parent983caefa5b7fc8dc40bf620bd75c21d9f07c1573 (diff)
Make Version a public class
It's already exposed in public API; i.e. via qtprofilesetup headers. Change-Id: I56950ce3163e6c5bd2c3fd08cc885b35723be5a7 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/lib/qtprofilesetup')
-rw-r--r--src/lib/qtprofilesetup/qtenvironment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/qtprofilesetup/qtenvironment.h b/src/lib/qtprofilesetup/qtenvironment.h
index 4747bb364..19b27871b 100644
--- a/src/lib/qtprofilesetup/qtenvironment.h
+++ b/src/lib/qtprofilesetup/qtenvironment.h
@@ -78,7 +78,7 @@ public:
int qtMajorVersion;
int qtMinorVersion;
int qtPatchVersion;
- Internal::Version msvcVersion;
+ Version msvcVersion;
bool staticBuild = false;
bool frameworkBuild = false;
bool hasQtQuickCompiler = false;