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.h",
"autotoolsprojectconstants.h",
"autotoolsprojectmanagertr.h",
"autotoolsprojectplugin.cpp",
"autotoolsprojectplugin.h",
"configurestep.cpp",

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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