Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.6.0 Beta, 5.6.0
-
None
-
MinGW/MS-Win
-
e86f3c018833141776db2d15772ba53995656eac, 54190595efe55bdbb647c69fa7b0a43d3f84dd68
Description
On MS-Win, a path such as \Users\qt\build\qtbase\bin\qmake.exe gets classified as "absolute" because it starts with a backslash, but its lack of a drive letter means it's not properly absolute.
QDir::absoluteFilePath() returns the path it's given if this is "absolute" even in this missing-drive sense.
This can result in problems for clients, e.g. qmake settings its QMAKE_QMAKE variable to the exact path given above, which leads to QNX builds on MinGW failing; this delayed the 5.6.0 release.
Attachments
Issue Links
- relates to
-
QTBUG-68337 [Reg : 5.10.1-> 5.11.0]QDir().absoluteFilePath() no longer recognizes resources
-
- Closed
-