diff options
author | Alexandru Croitor <[email protected]> | 2024-06-04 15:06:37 +0200 |
---|---|---|
committer | Alexandru Croitor <[email protected]> | 2024-06-05 20:35:10 +0200 |
commit | c561bcceed0300a14e2062958afce62776be4b6f (patch) | |
tree | d26c827f77aad0e1010a8e63359e680505c8b6fc /src/plugins/sqldrivers/ibase/qsql_ibase.cpp | |
parent | 507f75d19e0a8cfc6a3cf552017ba0f0b305a69f (diff) |
CMake: Fix framework headers not being copied after rm-ing build dir
If a build dir is removed using rm -r *, this still leaves
dot files around, specifically the .ninja_log file.
Because of a possibly unspecified behavior of listing directories as
OUTPUTs in a add_custom_command call for the
${target}_copy_fw_sync_headers custom target, we end up with a
situation where the custom command is not rerun by ninja because the
directory OUTPUT was encountered in the .ninja_log file.
Make sure to specify an additional file as an OUTPUT, to ensure the
command does rerun, and thus copies all headers from the syncqt
staging directory.
Amends 103eca1070a75bfa97d0b72b94e0c759ef0bcd1c
Pick-to: 6.5 6.7 6.8
Fixes: QTBUG-126056
Change-Id: I5664cf074158199e0c7fd5e312ecf739133d7f2e
Reviewed-by: Tor Arne Vestbø <[email protected]>
Diffstat (limited to 'src/plugins/sqldrivers/ibase/qsql_ibase.cpp')
0 files changed, 0 insertions, 0 deletions