-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 5.6.0 Beta, 5.6.0
-
Fix Version/s: 5.9
-
Component/s: Core: Other
-
Labels:None
-
Environment:MinGW/MS-Win
-
Commits:e86f3c018833141776db2d15772ba53995656eac, 54190595efe55bdbb647c69fa7b0a43d3f84dd68
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.
- relates to
-
QTBUG-68337 [Reg : 5.10.1-> 5.11.0]QDir().absoluteFilePath() no longer recognizes resources
-
- Closed
-