Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qmake: Teach escapeFilePath to escape quotes #64

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

bb010g
Copy link

@bb010g bb010g commented Dec 14, 2021

Otherwise, Make is unhappy. For example:

13:42:49: Starting: "/usr/bin/make" clean -j8
/Users/alice/Qt/5.15.7/clang_64/bin/qmake -o Makefile ../Alice's\ Project.pro
/bin/sh: -c: line 0: unexpected EOF while looking for matching `''
/bin/sh: -c: line 1: syntax error: unexpected end of file
make: *** [Makefile] Error 2
13:42:49: The process "/usr/bin/make" exited with code 2.

Otherwise, Make is unhappy. For example:
```
13:42:49: Starting: "/usr/bin/make" clean -j8
/Users/alice/Qt/5.15.7/clang_64/bin/qmake -o Makefile ../Alice's\ Project.pro
/bin/sh: -c: line 0: unexpected EOF while looking for matching `''
/bin/sh: -c: line 1: syntax error: unexpected end of file
make: *** [Makefile] Error 2
13:42:49: The process "/usr/bin/make" exited with code 2.
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant