forked from qt-creator/qt-creator
Fix lupdate issues
Change-Id: I950d2f53fcc03ba447140f3c6957422ca40111b5 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user