Commit f605382
committed
Change tools/utils/sourceList.py to always output posix paths.
Fixes the script so that it always outputs paths with forward
slashes even on Windows when using a Windows native Python build
instead of the msys2/cygwin one. Forward slash paths are needed
because this is the form qmake/cmake uses internally and is what
is expected when they call this build script.1 parent a1c13cf commit f605382
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
0 commit comments