forked from qt-creator/qt-creator
QmlDesigner: Rename Generate QRC Resource File -> Generate Deployable Package
This is a simpler less technical name and we plan to introduce the design viewer officially in the near future. Change-Id: I1e9491000f6618f8f04fa307116cd865ec6b04be Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -353,7 +353,7 @@ void GenerateResource::generateMenuEntry()
|
||||
|
||||
// ToDo: move this to QtCreator and add tr to the string then
|
||||
auto rccAction = new QAction(QCoreApplication::translate("QmlDesigner::GenerateResource",
|
||||
"Generate RCC Resource File"));
|
||||
"Generate Deployable Package"));
|
||||
rccAction->setEnabled(ProjectExplorer::SessionManager::startupProject() != nullptr);
|
||||
QObject::connect(ProjectExplorer::SessionManager::instance(),
|
||||
&ProjectExplorer::SessionManager::startupProjectChanged, [rccAction]() {
|
||||
|
||||
Reference in New Issue
Block a user