aboutsummaryrefslogtreecommitdiffstats
path: root/src/app
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2014-06-05 17:05:50 +0200
committerJoerg Bornemann <joerg.bornemann@digia.com>2014-06-05 17:05:55 +0200
commitef234c7389a72d5943f26a76bbf649e765ec5b43 (patch)
tree4fe23ae7d6c79fb95e787ec0fd4a4cb3d00fc41a /src/app
parent724addba74b5c4557985fd5a397bf4692af5fc31 (diff)
parent026cc4bead2e982966990221e5a84068799c13bd (diff)
Merge remote-tracking branch 'origin/1.2'
Diffstat (limited to 'src/app')
-rw-r--r--src/app/qbs-setup-toolchains/probe.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/qbs-setup-toolchains/probe.cpp b/src/app/qbs-setup-toolchains/probe.cpp
index 4c35c4b65..5997376b9 100644
--- a/src/app/qbs-setup-toolchains/probe.cpp
+++ b/src/app/qbs-setup-toolchains/probe.cpp
@@ -163,8 +163,8 @@ static Profile createGccProfile(const QString &_compilerFilePath, Settings *sett
throw qbs::ErrorInfo(Tr::tr("Detected gcc platform '%1' is not supported.")
.arg(machineName));
} else if (compilerTriplet.count() < 2) {
- throw qbs::ErrorInfo(Tr::tr("Architecture '%1' of compiler at '%1' not understood.")
- .arg(compilerFilePath, machineName));
+ throw qbs::ErrorInfo(Tr::tr("Architecture of compiler for platform '%1' at '%2' not understood.")
+ .arg(machineName, compilerFilePath));
}
Profile profile(!profileName.isEmpty() ? profileName : machineName, settings);