Merge remote-tracking branch 'origin/2.6'

Conflicts:
	qtcreator.pri
	qtcreator.qbs

Change-Id: Ib5e7c433606406d123b4a384ae1b48e2dbb26824
This commit is contained in:
Eike Ziller
2012-11-16 15:31:02 +01:00
22 changed files with 100 additions and 71 deletions

View File

@@ -194,7 +194,7 @@ void Qt4ProjectConfigWidget::updateProblemLabel()
// Check for Qt version:
QtSupport::BaseQtVersion *version = QtSupport::QtKitInformation::qtVersion(k);
if (!version) {
setProblemLabel(tr("This target cannot build this project since it does not define a Qt version."));
setProblemLabel(tr("This kit cannot build this project since it does not define a Qt version."));
return;
}