Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 4.7.0-beta1
Description
I have this issue again in current 4.7...
Happens in D:\code\qt-creator\src\shared\proparser\ioutils.cpp when Q_ASSERT (line 51) is checking /.qmake.stash to be an absolute path which is not true of course.
My previous attempts to 'solve' that by not calling this method in specific cases all failed due to the resistance in code review.