Opened 15 years ago
Closed 14 years ago
#217 closed defect (fixed)
QMake delivers mixed separators
| Reported by: | rudi | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | Qt Enhanced |
| Component: | qmake | Version: | 4.6.3 |
| Severity: | low | Keywords: | |
| Cc: |
Description
"QMAKE -query" reports the value of QMAKE_MKSPECS with mixed forward and backward slashes. We should either use the one or the other. Not both.
Note:
See TracTickets
for help on using tickets.

I checked qmake/Windows; it uses native separators in these paths. I did the same on OS/2 in r901 for compatibility.