Opened 14 years ago
Closed 14 years ago
#259 closed defect (invalid)
Entry in qmake created *.pro causes Warning
| Reported by: | ak120 | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | Qt Enhanced |
| Component: | qmake | Version: | 4.7.3 |
| Severity: | low | Keywords: | |
| Cc: |
Description
Using qmake -project to create *.pro
By running qmake then, I got
WARNING ... Unescaped backslashes are deprecated.
If manually changing appropriate line in *.pro from
DEPENDPATH += ..\dirname
to
DEPENDPATH += .
this message goes away
Change History (3)
comment:2 by , 14 years ago
| Component: | General → qmake |
|---|
It's a multi-platform issue. I can see this on Windows as well. QMake should either create forward slashes or double backslashes.
comment:3 by , 14 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Please report this bug upstream then.
Note:
See TracTickets
for help on using tickets.

DEPENDPATH += .
dirname or ./dirname should work as well