Qbs: Update some qbs files

List respective tr files and while at it shuffle some
of the listed files to match common sort order.

Change-Id: I73845ad1dae5e8c86d3741067f40b7b2b37e2a6e
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Christian Stenger
2023-02-08 15:25:56 +01:00
parent 7cb309a2db
commit f5bd330277
36 changed files with 50 additions and 14 deletions

View File

@@ -21,6 +21,7 @@ QtcPlugin {
"autotoolsbuildsystem.cpp", "autotoolsbuildsystem.cpp",
"autotoolsbuildsystem.h", "autotoolsbuildsystem.h",
"autotoolsprojectconstants.h", "autotoolsprojectconstants.h",
"autotoolsprojectmanagertr.h",
"autotoolsprojectplugin.cpp", "autotoolsprojectplugin.cpp",
"autotoolsprojectplugin.h", "autotoolsprojectplugin.h",
"configurestep.cpp", "configurestep.cpp",

View File

@@ -24,6 +24,7 @@ QtcPlugin {
"baremetaldeviceconfigurationwizardpages.cpp", "baremetaldeviceconfigurationwizardpages.h", "baremetaldeviceconfigurationwizardpages.cpp", "baremetaldeviceconfigurationwizardpages.h",
"baremetalplugin.cpp", "baremetalplugin.h", "baremetalplugin.cpp", "baremetalplugin.h",
"baremetalrunconfiguration.cpp", "baremetalrunconfiguration.h", "baremetalrunconfiguration.cpp", "baremetalrunconfiguration.h",
"baremetaltr.h",
"debugserverproviderchooser.cpp", "debugserverproviderchooser.h", "debugserverproviderchooser.cpp", "debugserverproviderchooser.h",
"debugserverprovidermanager.cpp", "debugserverprovidermanager.h", "debugserverprovidermanager.cpp", "debugserverprovidermanager.h",
"debugserverproviderssettingspage.cpp", "debugserverproviderssettingspage.h", "debugserverproviderssettingspage.cpp", "debugserverproviderssettingspage.h",

View File

@@ -23,6 +23,7 @@ QtcPlugin {
"bazaarplugin.h", "bazaarplugin.h",
"bazaarsettings.cpp", "bazaarsettings.cpp",
"bazaarsettings.h", "bazaarsettings.h",
"bazaartr.h",
"branchinfo.cpp", "branchinfo.cpp",
"branchinfo.h", "branchinfo.h",
"commiteditor.cpp", "commiteditor.cpp",

View File

@@ -18,6 +18,7 @@ QtcPlugin {
"beautifierconstants.h", "beautifierconstants.h",
"beautifierplugin.cpp", "beautifierplugin.cpp",
"beautifierplugin.h", "beautifierplugin.h",
"beautifiertr.h",
"configurationdialog.cpp", "configurationdialog.cpp",
"configurationdialog.h", "configurationdialog.h",
"configurationeditor.cpp", "configurationeditor.cpp",

View File

@@ -27,6 +27,7 @@ QtcPlugin {
"clangactivationsequenceprocessor.h", "clangactivationsequenceprocessor.h",
"clangcodemodelplugin.cpp", "clangcodemodelplugin.cpp",
"clangcodemodelplugin.h", "clangcodemodelplugin.h",
"clangcodemodeltr.h",
"clangcompletioncontextanalyzer.cpp", "clangcompletioncontextanalyzer.cpp",
"clangcompletioncontextanalyzer.h", "clangcompletioncontextanalyzer.h",
"clangconstants.h", "clangconstants.h",

View File

@@ -49,6 +49,7 @@ QtcPlugin {
"clangformatplugin.h", "clangformatplugin.h",
"clangformatsettings.cpp", "clangformatsettings.cpp",
"clangformatsettings.h", "clangformatsettings.h",
"clangformattr.h",
"clangformatutils.h", "clangformatutils.h",
"clangformatutils.cpp", "clangformatutils.cpp",
] ]

View File

@@ -30,6 +30,7 @@ QtcPlugin {
"classviewsymbolinformation.h", "classviewsymbolinformation.h",
"classviewsymbollocation.cpp", "classviewsymbollocation.cpp",
"classviewsymbollocation.h", "classviewsymbollocation.h",
"classviewtr.h",
"classviewtreeitemmodel.cpp", "classviewtreeitemmodel.cpp",
"classviewtreeitemmodel.h", "classviewtreeitemmodel.h",
"classviewutils.cpp", "classviewutils.cpp",

View File

@@ -33,6 +33,7 @@ QtcPlugin {
"clearcasesubmiteditorwidget.h", "clearcasesubmiteditorwidget.h",
"clearcasesync.cpp", "clearcasesync.cpp",
"clearcasesync.h", "clearcasesync.h",
"clearcasetr.h",
"settingspage.cpp", "settingspage.cpp",
"settingspage.h", "settingspage.h",
"versionselector.cpp", "versionselector.cpp",

View File

@@ -57,6 +57,7 @@ QtcPlugin {
"cmakeprojectconstants.h", "cmakeprojectconstants.h",
"cmakeprojectmanager.cpp", "cmakeprojectmanager.cpp",
"cmakeprojectmanager.h", "cmakeprojectmanager.h",
"cmakeprojectmanagertr.h",
"cmakeprojectnodes.cpp", "cmakeprojectnodes.cpp",
"cmakeprojectnodes.h", "cmakeprojectnodes.h",
"cmakeprojectplugin.cpp", "cmakeprojectplugin.cpp",

View File

@@ -16,7 +16,8 @@ QtcPlugin {
"conanplugin.h", "conanplugin.h",
"conanplugin.cpp", "conanplugin.cpp",
"conansettings.h", "conansettings.h",
"conansettings.cpp" "conansettings.cpp",
"conantr.h",
] ]
} }

View File

@@ -19,6 +19,7 @@ QtcPlugin {
"cpaster.qrc", "cpaster.qrc",
"cpasterplugin.cpp", "cpasterplugin.cpp",
"cpasterplugin.h", "cpasterplugin.h",
"cpastertr.h",
"dpastedotcomprotocol.cpp", "dpastedotcomprotocol.cpp",
"dpastedotcomprotocol.h", "dpastedotcomprotocol.h",
"fileshareprotocol.cpp", "fileshareprotocol.cpp",

View File

@@ -35,6 +35,7 @@ QtcPlugin {
"cppchecktextmarkmanager.h", "cppchecktextmarkmanager.h",
"cppchecktool.cpp", "cppchecktool.cpp",
"cppchecktool.h", "cppchecktool.h",
"cppchecktr.h",
"cppchecktrigger.cpp", "cppchecktrigger.cpp",
"cppchecktrigger.h" "cppchecktrigger.h"
] ]

View File

@@ -18,10 +18,11 @@ QtcPlugin {
"ctfstatisticsview.cpp", "ctfstatisticsview.h", "ctfstatisticsview.cpp", "ctfstatisticsview.h",
"ctftimelinemodel.cpp", "ctftimelinemodel.h", "ctftimelinemodel.cpp", "ctftimelinemodel.h",
"ctftracemanager.cpp", "ctftracemanager.h", "ctftracemanager.cpp", "ctftracemanager.h",
"ctfvisualizerconstants.h",
"ctfvisualizerplugin.cpp", "ctfvisualizerplugin.h", "ctfvisualizerplugin.cpp", "ctfvisualizerplugin.h",
"ctfvisualizertool.cpp", "ctfvisualizertool.h", "ctfvisualizertool.cpp", "ctfvisualizertool.h",
"ctfvisualizertraceview.cpp", "ctfvisualizertraceview.h", "ctfvisualizertraceview.cpp", "ctfvisualizertraceview.h",
"ctfvisualizerconstants.h", "ctfvisualizertr.h",
"../../libs/3rdparty/json/json.hpp", "../../libs/3rdparty/json/json.hpp",
] ]
} }

View File

@@ -19,6 +19,7 @@ QtcPlugin {
"cvssettings.h", "cvssettings.h",
"cvssubmiteditor.cpp", "cvssubmiteditor.cpp",
"cvssubmiteditor.h", "cvssubmiteditor.h",
"cvstr.h",
"cvsutils.cpp", "cvsutils.cpp",
"cvsutils.h", "cvsutils.h",
] ]

View File

@@ -35,6 +35,7 @@ QtcPlugin {
"designer_export.h", "designer_export.h",
"designerconstants.h", "designerconstants.h",
"designercontext.cpp", "designercontext.h", "designercontext.cpp", "designercontext.h",
"designertr.h",
"editordata.h", "editordata.h",
"editorwidget.cpp", "editorwidget.h", "editorwidget.cpp", "editorwidget.h",
"formeditorfactory.cpp", "formeditorfactory.h", "formeditorfactory.cpp", "formeditorfactory.h",

View File

@@ -9,10 +9,11 @@ QtcPlugin {
Depends { name: "TextEditor" } Depends { name: "TextEditor" }
files: [ files: [
"emacskeysconstants.h",
"emacskeysplugin.cpp", "emacskeysplugin.cpp",
"emacskeysplugin.h", "emacskeysplugin.h",
"emacskeysstate.cpp", "emacskeysstate.cpp",
"emacskeysstate.h", "emacskeysstate.h",
"emacskeysconstants.h", "emacskeystr.h",
] ]
} }

View File

@@ -12,19 +12,20 @@ QtcPlugin {
Depends { name: "VcsBase" } Depends { name: "VcsBase" }
files: [ files: [
"constants.h", "annotationhighlighter.cpp", "annotationhighlighter.h",
"fossilclient.cpp", "fossilclient.h", "branchinfo.h",
"fossilplugin.cpp", "fossilplugin.h",
"fossilsettings.cpp", "fossilsettings.h",
"commiteditor.cpp", "commiteditor.h", "commiteditor.cpp", "commiteditor.h",
"configuredialog.cpp", "configuredialog.h",
"constants.h",
"fossil.qrc",
"fossilclient.cpp", "fossilclient.h",
"fossilcommitwidget.cpp", "fossilcommitwidget.h", "fossilcommitwidget.cpp", "fossilcommitwidget.h",
"fossileditor.cpp", "fossileditor.h", "fossileditor.cpp", "fossileditor.h",
"annotationhighlighter.cpp", "annotationhighlighter.h", "fossilplugin.cpp", "fossilplugin.h",
"fossilsettings.cpp", "fossilsettings.h",
"fossiltr.h",
"pullorpushdialog.cpp", "pullorpushdialog.h", "pullorpushdialog.cpp", "pullorpushdialog.h",
"branchinfo.h",
"configuredialog.cpp", "configuredialog.h",
"revisioninfo.h", "revisioninfo.h",
"fossil.qrc",
] ]
Group { Group {

View File

@@ -33,6 +33,7 @@ QtcPlugin {
"genericprojectconstants.h", "genericprojectconstants.h",
"genericprojectfileseditor.cpp", "genericprojectfileseditor.cpp",
"genericprojectfileseditor.h", "genericprojectfileseditor.h",
"genericprojectmanagertr.h",
"genericprojectplugin.cpp", "genericprojectplugin.cpp",
"genericprojectplugin.h", "genericprojectplugin.h",
"genericprojectwizard.cpp", "genericprojectwizard.cpp",

View File

@@ -23,6 +23,7 @@ QtcPlugin {
"glsleditorconstants.h", "glsleditorconstants.h",
"glsleditorplugin.cpp", "glsleditorplugin.cpp",
"glsleditorplugin.h", "glsleditorplugin.h",
"glsleditortr.h",
"glslhighlighter.cpp", "glslhighlighter.cpp",
"glslhighlighter.h", "glslhighlighter.h",
"glslindenter.cpp", "glslindenter.cpp",

View File

@@ -47,6 +47,7 @@ Project {
"helpplugin.cpp", "helpplugin.h", "helpplugin.cpp", "helpplugin.h",
"helpviewer.cpp", "helpviewer.h", "helpviewer.cpp", "helpviewer.h",
"helpwidget.cpp", "helpwidget.h", "helpwidget.cpp", "helpwidget.h",
"helptr.h",
"localhelpmanager.cpp", "localhelpmanager.h", "localhelpmanager.cpp", "localhelpmanager.h",
"openpagesmanager.cpp", "openpagesmanager.h", "openpagesmanager.cpp", "openpagesmanager.h",
"openpagesswitcher.cpp", "openpagesswitcher.h", "openpagesswitcher.cpp", "openpagesswitcher.h",

View File

@@ -27,5 +27,6 @@ QtcPlugin {
"imageviewerfile.h", "imageviewerfile.h",
"imageviewerplugin.cpp", "imageviewerplugin.cpp",
"imageviewerplugin.h", "imageviewerplugin.h",
"imageviewertr.h",
] ]
} }

View File

@@ -49,6 +49,7 @@ QtcPlugin {
"iossimulator.h", "iossimulator.h",
"iostoolhandler.cpp", "iostoolhandler.cpp",
"iostoolhandler.h", "iostoolhandler.h",
"iostr.h",
"simulatorcontrol.cpp", "simulatorcontrol.cpp",
"simulatorcontrol.h", "simulatorcontrol.h",
"simulatorinfomodel.cpp", "simulatorinfomodel.cpp",

View File

@@ -35,6 +35,7 @@ QtcPlugin {
"macrosconstants.h", "macrosconstants.h",
"macrosplugin.cpp", "macrosplugin.cpp",
"macrosplugin.h", "macrosplugin.h",
"macrostr.h",
"macrotextfind.cpp", "macrotextfind.cpp",
"macrotextfind.h", "macrotextfind.h",
"savedialog.cpp", "savedialog.cpp",

View File

@@ -11,6 +11,7 @@ QtcPlugin {
files: [ files: [
"marketplaceplugin.h", "marketplaceplugin.h",
"marketplacetr.h",
"productlistmodel.cpp", "productlistmodel.h", "productlistmodel.cpp", "productlistmodel.h",
"qtmarketplacewelcomepage.cpp", "qtmarketplacewelcomepage.h", "qtmarketplacewelcomepage.cpp", "qtmarketplacewelcomepage.h",
] ]

View File

@@ -29,6 +29,7 @@ QtcPlugin {
"mercurialplugin.h", "mercurialplugin.h",
"mercurialsettings.cpp", "mercurialsettings.cpp",
"mercurialsettings.h", "mercurialsettings.h",
"mercurialtr.h",
"revertdialog.cpp", "revertdialog.cpp",
"revertdialog.h", "revertdialog.h",
"srcdestdialog.cpp", "srcdestdialog.cpp",

View File

@@ -63,6 +63,7 @@ Project {
"mesonproject.h", "mesonproject.h",
"mesonprojectimporter.cpp", "mesonprojectimporter.cpp",
"mesonprojectimporter.h", "mesonprojectimporter.h",
"mesonprojectmanagertr.h",
"mesonprojectparser.cpp", "mesonprojectparser.cpp",
"mesonprojectparser.h", "mesonprojectparser.h",
"mesonrunconfiguration.cpp", "mesonrunconfiguration.cpp",

View File

@@ -15,9 +15,10 @@ QtcPlugin {
Group { Group {
name: "General" name: "General"
files: [ files: [
"nimplugin.cpp", "nimplugin.h",
"nimconstants.h",
"nim.qrc", "nim.qrc",
"nimconstants.h",
"nimplugin.cpp", "nimplugin.h",
"nimtr.h",
] ]
} }

View File

@@ -28,6 +28,7 @@ QtcPlugin {
"perforcesubmiteditor.cpp", "perforcesubmiteditor.cpp",
"perforcesubmiteditor.h", "perforcesubmiteditor.h",
"perforcesubmiteditorwidget.cpp", "perforcesubmiteditorwidget.cpp",
"perforcesubmiteditorwidget.h" "perforcesubmiteditorwidget.h",
"perforcetr.h",
] ]
} }

View File

@@ -112,6 +112,7 @@ Project {
"projectexplorericons.h", "projectexplorericons.cpp", "projectexplorericons.h", "projectexplorericons.cpp",
"projectexplorersettings.h", "projectexplorersettings.h",
"projectexplorersettingspage.cpp", "projectexplorersettingspage.h", "projectexplorersettingspage.cpp", "projectexplorersettingspage.h",
"projectexplorertr.h",
"projectfilewizardextension.cpp", "projectfilewizardextension.h", "projectfilewizardextension.cpp", "projectfilewizardextension.h",
"projectimporter.cpp", "projectimporter.h", "projectimporter.cpp", "projectimporter.h",
"projectmacro.cpp", "projectmacro.h", "projectmacro.cpp", "projectmacro.h",

View File

@@ -46,6 +46,7 @@ QtcPlugin {
"pythonscanner.h", "pythonscanner.h",
"pythonsettings.cpp", "pythonsettings.cpp",
"pythonsettings.h", "pythonsettings.h",
"pythontr.h",
"pythonutils.cpp", "pythonutils.cpp",
"pythonutils.h", "pythonutils.h",
] ]

View File

@@ -40,6 +40,7 @@ QtcPlugin {
"qnxconfigurationmanager.h", "qnxconfigurationmanager.h",
"qnxsettingspage.cpp", "qnxsettingspage.cpp",
"qnxsettingspage.h", "qnxsettingspage.h",
"qnxtr.h",
"qnxversionnumber.cpp", "qnxversionnumber.cpp",
"qnxversionnumber.h", "qnxversionnumber.h",
"qnxplugin.cpp", "qnxplugin.cpp",

View File

@@ -57,6 +57,7 @@ Project {
"remotelinuxrunconfiguration.h", "remotelinuxrunconfiguration.h",
"remotelinuxsignaloperation.cpp", "remotelinuxsignaloperation.cpp",
"remotelinuxsignaloperation.h", "remotelinuxsignaloperation.h",
"remotelinuxtr.h",
"rsyncdeploystep.cpp", "rsyncdeploystep.cpp",
"rsyncdeploystep.h", "rsyncdeploystep.h",
"sshkeycreationdialog.cpp", "sshkeycreationdialog.cpp",

View File

@@ -25,6 +25,7 @@ QtcPlugin {
"subversionsettings.h", "subversionsettings.h",
"subversionsubmiteditor.cpp", "subversionsubmiteditor.cpp",
"subversionsubmiteditor.h", "subversionsubmiteditor.h",
"subversiontr.h",
] ]
} }

View File

@@ -48,5 +48,6 @@ QtcPlugin {
"todoplugin.cpp", "todoplugin.cpp",
"todoplugin.h", "todoplugin.h",
"todoplugin.qrc", "todoplugin.qrc",
"todotr.h",
] ]
} }

View File

@@ -35,6 +35,7 @@ QtcPlugin {
"valgrindplugin.cpp", "valgrindplugin.h", "valgrindplugin.cpp", "valgrindplugin.h",
"valgrindrunner.cpp", "valgrindrunner.h", "valgrindrunner.cpp", "valgrindrunner.h",
"valgrindsettings.cpp", "valgrindsettings.h", "valgrindsettings.cpp", "valgrindsettings.h",
"valgrindtr.h",
] ]
} }

View File

@@ -14,5 +14,6 @@ QtcPlugin {
"introductionwidget.h", "introductionwidget.h",
"welcome.qrc", "welcome.qrc",
"welcomeplugin.cpp", "welcomeplugin.cpp",
"welcometr.h",
] ]
} }