- 
    Bug 
- 
    Resolution: Done
- 
    P3: Somewhat important 
- 
    4.8.2
- 
    None
- 
        362c75f7c10cb6aefdc638142dd3f8e1a74329cc
If the command line options for qmake includes a tab character, it is not properly escaped in passing to subdirectories, resulting in the option being split up. qmake should use isspace() or some similar function to escape.