Fix lupdate issues

Change-Id: I950d2f53fcc03ba447140f3c6957422ca40111b5
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Eike Ziller
2020-07-17 10:02:09 +02:00
parent df0ffd8bb8
commit 32af4d9e70
8 changed files with 20 additions and 2 deletions

View File

@@ -435,7 +435,7 @@ void QmakeProjectManagerPluginPrivate::runQMakeImpl(Project *p, Node *node)
if (auto *profile = dynamic_cast<QmakeProFileNode *>(node))
bc->setSubNodeBuild(profile);
BuildManager::appendStep(qs, tr("QMake"));
BuildManager::appendStep(qs, QmakeProjectManagerPlugin::tr("QMake"));
bc->setSubNodeBuild(nullptr);
}