aboutsummaryrefslogtreecommitdiffstats
path: root/src/app
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-02-13 14:21:15 +0100
committerJoerg Bornemann <joerg.bornemann@digia.com>2014-02-13 15:12:44 +0100
commita3634a6bbb193c47cdec887a6b29356c979961aa (patch)
tree8b6074912619c48539b53e584a06016af52f403e /src/app
parent0764d2aff60b2c822c81e5e58b4e56055e316efd (diff)
Update references to the toolchain setup tool.
s/detect/setup Change-Id: If9d84c94c89c887fb833540a0e2c9d0da4919ba9 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'src/app')
-rw-r--r--src/app/qbs-setup-qt/setupqt.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/qbs-setup-qt/setupqt.cpp b/src/app/qbs-setup-qt/setupqt.cpp
index c04011e01..f54dde429 100644
--- a/src/app/qbs-setup-qt/setupqt.cpp
+++ b/src/app/qbs-setup-qt/setupqt.cpp
@@ -308,7 +308,7 @@ void SetupQt::saveToQbsSettings(const QString &qtVersionName, const QtEnvironmen
throw errorInfo;
// If this profile does not specify a toolchain and we find exactly one profile that looks
- // like it might have been added by qbs-detect-toolchain, let's use that one as our
+ // like it might have been added by qbs-setup-toolchains, let's use that one as our
// base profile.
Profile profile(cleanQtVersionName, settings);
if (!profile.baseProfile().isEmpty())
@@ -342,7 +342,7 @@ void SetupQt::saveToQbsSettings(const QString &qtVersionName, const QtEnvironmen
"use this Qt version for building. ");
if (toolchainProfiles.isEmpty()) {
message += Tr::tr("However, no toolchain profile was found. Either create one "
- "using qbs-detect-toolchains and set it as this profile's "
+ "using qbs-setup-toolchains and set it as this profile's "
"base profile or add the toolchain settings manually "
"to this profile.");
} else {