Opened 13 years ago

Closed 13 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:1 Changed 13 years ago by Silvan Scherrer

Priority: majortrivial
DEPENDPATH += .\\dirname or ./dirname should work as well
Last edited 13 years ago by Silvan Scherrer (previous) (diff)

comment:2 Changed 13 years ago by rudi

Component: Generalqmake

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 Changed 13 years ago by Dmitry A. Kuminov

Resolution: invalid
Status: newclosed

Please report this bug upstream then.

Note: See TracTickets for help on using tickets.