diff options
author | Amir Masoud Abdol <[email protected]> | 2023-05-05 17:34:05 +0200 |
---|---|---|
committer | Amir Masoud Abdol <[email protected]> | 2023-06-08 05:09:00 +0000 |
commit | 41b32cd2c4706fa280fc779d5dec132ee9edf0f6 (patch) | |
tree | d4441d87bac1c1a9954b718b0569751568e26969 /src/tools/qlalr | |
parent | f34c5215f45a242962835c1174d79912a56e5410 (diff) |
Add TRY_RUN to host tools
On Windows, we will try to run our host tools after a successful build.
If the build fails because of a missing DLL, we will be able to throw an
error with some direction on what might be the cause, and how to resolve
it.
Pick-to: 6.5 6.6
Fixes: QTBUG-113273
Change-Id: Iba548829bc41fbee95cef288faaf7edca118ee33
Reviewed-by: Alexandru Croitor <[email protected]>
Diffstat (limited to 'src/tools/qlalr')
-rw-r--r-- | src/tools/qlalr/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/qlalr/CMakeLists.txt b/src/tools/qlalr/CMakeLists.txt index f6e2077ef4b..04154d3cbfe 100644 --- a/src/tools/qlalr/CMakeLists.txt +++ b/src/tools/qlalr/CMakeLists.txt @@ -7,6 +7,7 @@ qt_get_tool_target_name(target_name qlalr) qt_internal_add_tool(${target_name} + TRY_RUN TARGET_DESCRIPTION "Qt Look Ahead LR Parser Generator" INSTALL_DIR "${INSTALL_LIBEXECDIR}" TOOLS_TARGET Core |