diff options
author | Joerg Bornemann <joerg.bornemann@qt.io> | 2019-06-04 14:29:14 +0200 |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@qt.io> | 2019-06-04 15:02:53 +0200 |
commit | 57f38bc49d43140f3b04e625a47eb1e6de8d2ae3 (patch) | |
tree | 977ec8a0e0f7b3743b69e96bc82ba39da0131067 /src/gui/text/qtextformat.h | |
parent | dea7110b29c5c68a5b09454c968324042ed1b607 (diff) |
Do not "fixify" the content of extra compiler input variables twice
MakefileGenerator::initOutPaths should only do that: init out paths.
It's not supposed to modify the content of input variables for extra
compilers. Those get "fixed" in MakefileGenerator::init below the "do
the path fixifying" comment.
The first "fixifying" would turn an absolute path in SOURCES (input
variable for the moc_source extra compiler) into a path relative to
the output directory. The second "fixifying" would mess everything up.
Fixes: QTBUG-76097
Change-Id: I8c50ef33d097dba4a1db76144c70b0677beffb6c
Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/gui/text/qtextformat.h')
0 files changed, 0 insertions, 0 deletions