Commit ba6e905
fix: use \\r in qmake $$replace() to correctly strip Windows CR
Single \r in a qmake .pro file is interpreted as literal backslash+'r',
not a carriage-return. Use \\r so the regex engine receives \r (CR).
Agent-Logs-Url: https://github.com/MaximumTrainer/MaximumTrainer_Redux/sessions/bd8f8b60-4c5b-4989-82e6-678bf7100764
Co-authored-by: MaximumTrainer <1376575+MaximumTrainer@users.noreply.github.com>1 parent 6038297 commit ba6e905
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments