diff options
| author | Tarja Sundqvist <[email protected]> | 2025-06-03 13:43:35 +0300 |
|---|---|---|
| committer | Tarja Sundqvist <[email protected]> | 2025-06-03 13:43:35 +0300 |
| commit | 0f0972d542d9869c2dcfaf9c963d42ff32766460 (patch) | |
| tree | f283360ffbf0453e04a321e01f0c3df1c07df3e3 /tools/qmlcachegen | |
| parent | 07e23b0f4983631524716f034c0268fd11d037f9 (diff) | |
| parent | ff0a47c8f267e905113b82c53af2742027f0eca6 (diff) | |
Merge tag 'v6.5.6-lts-lgpl' into 6.56.5
Qt 6.5.6-lts-lgpl release
Diffstat (limited to 'tools/qmlcachegen')
| -rw-r--r-- | tools/qmlcachegen/qmlcachegen.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/qmlcachegen/qmlcachegen.cpp b/tools/qmlcachegen/qmlcachegen.cpp index 93c534d429..f451596079 100644 --- a/tools/qmlcachegen/qmlcachegen.cpp +++ b/tools/qmlcachegen/qmlcachegen.cpp @@ -83,6 +83,9 @@ int main(int argc, char **argv) QCommandLineOption directCallsOption(QStringLiteral("direct-calls"), QCoreApplication::translate("main", "This option is ignored.")); directCallsOption.setFlags(QCommandLineOption::HiddenFromHelp); parser.addOption(directCallsOption); + QCommandLineOption staticOption(QStringLiteral("static"), QCoreApplication::translate("main", "This option is ignored.")); + staticOption.setFlags(QCommandLineOption::HiddenFromHelp); + parser.addOption(staticOption); QCommandLineOption importsOption( QStringLiteral("i"), QCoreApplication::translate("main", "Import extra qmldir"), |
