summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-01-26 14:53:13 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-01-27 08:24:34 +0000
commit54980200c79b466a276a4d3054390e4b3162e9ed (patch)
treebfc40df296e3fe439db538f1d0b89bef4deed42c /src/gui
parent9b43d8a98aed87da9fb366cd916cd2e7747090db (diff)
Fix output files of the *_header_check targets
Header files of a Qt module are usually found in subdirectories. Avoid creating object file paths like "header_foo/bar.h.o". When building with conan, the "header_foo" subdirectory was not created for whatever reason. Now, we make sure we have clean object file paths, e.g. "header_check/foo/bar.h.o", and we create the directory upfront before invoking the compiler. Pick-to: dev Fixes: QTBUG-90529 Change-Id: Ifa5d6b97e07fc4e249c58cda5128439d60b14f5f Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/gui')
0 files changed, 0 insertions, 0 deletions