mirror of https://github.com/qt/qtbase.git
QMake: fixup a mistake when porting to QRE
The original expression seems to have been accidentally
changed during the port.
Amends a1947aeffe
.
Change-Id: I87821e1e025621a5efaf7a1e4f946fd3109fb256
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
d17f259174
commit
75deec3462
|
@ -1678,7 +1678,7 @@ MakefileGenerator::replaceExtraCompilerVariables(
|
|||
fullVal = val.join(' ');
|
||||
}
|
||||
ret.replace(match.capturedStart(), match.capturedLength(), fullVal);
|
||||
rep = match.capturedStart(), fullVal.length();
|
||||
rep += fullVal.length();
|
||||
} else {
|
||||
rep = match.capturedEnd();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue