qt6-bb10/src/tools/tracegen
Amir Masoud Abdol 69d74afd43 Add TRY_RUN_FLAGS argument to customize the TRY_RUN command
Some of our tools don't have the `-h`, or `-v` flag, or it could be
that the `-v` flag also prints the entire `--help` as well, e.g.,
`androiddeployqt`. When running in Jenkins, this may lead to a message
box being shown and consequently stopping the build. By customizing the
flag per tool, and limiting the TRY_RUN to tools that support `-v` or
`--version`, we can avoid this.

Also removed TRY_RUN from `macdeployqt` which doesn't need it anyway.

Amend 41b32cd2c4

Pick-to: 6.5.2 6.5 6.6
Fixes: QTBUG-114530
Change-Id: I78e3344d2553c0050c285ae86f2310bd373c6c57
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
2023-06-15 11:46:00 +00:00
..
CMakeLists.txt Add TRY_RUN_FLAGS argument to customize the TRY_RUN command 2023-06-15 11:46:00 +00:00
ctf.cpp CTF: Remove extraneous semicolon in metadata 2023-05-18 14:20:02 +03:00
ctf.h Add CTF tracing backend 2023-01-13 12:43:46 +02:00
etw.cpp tracegen: Add common prologue 2023-04-26 13:46:06 +03:00
etw.h
helpers.cpp tracegen: Add common prologue 2023-04-26 13:46:06 +03:00
helpers.h tracegen: Add common prologue 2023-04-26 13:46:06 +03:00
lttng.cpp Create unique names for QSize and QRect types for lttng 2023-04-26 13:46:06 +03:00
lttng.h
panic.cpp
panic.h
provider.cpp tracegen: Fix handling enumerators with duplicate values 2023-02-10 21:45:57 +02:00
provider.h tracegen: Add support for QSizeF and QRectF types 2023-02-10 21:45:57 +02:00
qtheaders.cpp
qtheaders.h
tracegen.cpp Add CTF tracing backend 2023-01-13 12:43:46 +02:00