From e49997e66a79127ba6145af3e1d28a4732b2396b Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Thu, 3 Apr 2014 16:34:24 +0200 Subject: qtprofilesetup: Fix missing string replacement in output string. Change-Id: I57dfe4358f52055f30e8fde649f233af550b749d Reviewed-by: Joerg Bornemann --- src/lib/qtprofilesetup/qtprofilesetup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/qtprofilesetup/qtprofilesetup.cpp b/src/lib/qtprofilesetup/qtprofilesetup.cpp index da892a739..dca51c169 100644 --- a/src/lib/qtprofilesetup/qtprofilesetup.cpp +++ b/src/lib/qtprofilesetup/qtprofilesetup.cpp @@ -282,7 +282,7 @@ static void createModules(Profile &profile, Settings *settings, QString removeError; if (!qbs::Internal::removeDirectoryWithContents(qbsQtModuleBaseDir, &removeError)) { throw ErrorInfo(Internal::Tr::tr("Setting up Qt profile '%1' failed: Could not remove " - "the existing profile of the same name (%2).").arg(removeError)); + "the existing profile of the same name (%2).").arg(profile.name(), removeError)); } copyTemplateFile(QLatin1String("QtModule.qbs"), qbsQtModuleBaseDir, profile.name()); copyTemplateFile(QLatin1String("qtfunctions.js"), qbsQtModuleBaseDir, profile.name()); -- cgit v1.2.3