fix crash when no command line options are passed to qmake
the root cause is in the API of parsedProFile(): it discerns isNull() and isEmpty(), which is of course a time bomb. but in this case the right solution is not trying to parse the empty string in the first place.
Loading
Please register or sign in to comment