Merge remote-tracking branch 'origin/4.2'

Change-Id: Ibb932efece05a5f5613823fbc79c5b7601c73905
This commit is contained in:
Orgad Shaneh
2016-11-02 16:52:58 +02:00
103 changed files with 5510 additions and 2920 deletions

View File

@@ -431,7 +431,7 @@ KitInformation::ItemList CMakeGeneratorKitInformation::toUserOutput(const Kit *k
if (info.generator.isEmpty()) {
message = tr("<Use Default Generator>");
} else {
message = tr("Generator: %1<br>Extra Generator: %2").arg(info.generator).arg(info.extraGenerator);
message = tr("Generator: %1<br>Extra generator: %2").arg(info.generator).arg(info.extraGenerator);
if (!info.platform.isEmpty())
message += tr("<br>Platform: %1").arg(info.platform);
if (!info.toolset.isEmpty())