Quote Originally Posted by Salazaar View Post
That's kind of weird issue.
Not that weird... Keep in mind that spaces are separators when assigning values to qmake variables... Hence the problems of :
  • setting a target with spaces
  • using filenames (and directory names) with spaces in them
However, as qmake offer the possibility to enquote strings containing spaces this issue should disappear from next versions