aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/qtprofilesetup
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2018-05-24 11:06:38 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2018-05-24 10:54:15 +0000
commit89beb7c66a1026c1161a87dfdefbc0b73928cc4b (patch)
treeb43ddcb890386895f9751fe83d756e26560edc20 /src/lib/qtprofilesetup
parent045ee1cd01a334f2f6b1b68da08ad29b6ba64559 (diff)
Move msvcVersion out of QtEnvironment
This member is only used in qbs-setup-qt and is possibly invalid when used from Qt Creator. The removal stops us from trying to use the member in the qtprofilesetup lib again. Change-Id: Ib356b0f69fe479321aa7c3148acdb95fb805239a Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/lib/qtprofilesetup')
-rw-r--r--src/lib/qtprofilesetup/qtenvironment.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/qtprofilesetup/qtenvironment.h b/src/lib/qtprofilesetup/qtenvironment.h
index 0b6ab8e51..4fb5a03ee 100644
--- a/src/lib/qtprofilesetup/qtenvironment.h
+++ b/src/lib/qtprofilesetup/qtenvironment.h
@@ -78,7 +78,6 @@ public:
int qtMajorVersion;
int qtMinorVersion;
int qtPatchVersion;
- Version msvcVersion;
bool staticBuild = false;
bool frameworkBuild = false;
};