aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs-setup-toolchains/msvcprobe.cpp
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2015-02-03 09:31:09 -0800
committerJake Petroules <jake.petroules@petroules.com>2015-02-04 15:25:35 +0000
commit6c7df8f7c6b3070f10d8df9363df8be4103e1a87 (patch)
tree93b20c9ed9813b60985e6068a7db115e5b337616 /src/app/qbs-setup-toolchains/msvcprobe.cpp
parentb5069f8076aad4d41ecec589441edb19b7db3493 (diff)
Remove qbs.endianness property - it is not used and will not be used.
Change-Id: I21802d17d5aaae8140ad6f666b1571a2f321e18e Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'src/app/qbs-setup-toolchains/msvcprobe.cpp')
-rw-r--r--src/app/qbs-setup-toolchains/msvcprobe.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app/qbs-setup-toolchains/msvcprobe.cpp b/src/app/qbs-setup-toolchains/msvcprobe.cpp
index 0cfe3d347..053667efe 100644
--- a/src/app/qbs-setup-toolchains/msvcprobe.cpp
+++ b/src/app/qbs-setup-toolchains/msvcprobe.cpp
@@ -72,7 +72,6 @@ static void addMSVCPlatform(const MSVC &msvc, Settings *settings, QList<Profile>
p.setValue(QLatin1String("cpp.toolchainInstallPath"), installPath);
p.setValue(QLatin1String("qbs.toolchain"), QStringList(QLatin1String("msvc")));
p.setValue(QLatin1String("qbs.architecture"), canonicalArchitecture(architecture));
- p.setValue(QLatin1String("qbs.endianness"), defaultEndianness(architecture));
if (msvc.version.toInt() >= 2013) {
const QStringList flags(QLatin1String("/FS"));
p.setValue(QLatin1String("cpp.platformCFlags"), flags);