Skip to content
Snippets Groups Projects
Commit 34a8a57d authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

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.
parent ee8ea6df
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment