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

Commits on Dec 14, 2021

  1. qmake: Teach escapeFilePath to escape quotes

    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.
    ```
    bb010g committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    26e859b View commit details
    Browse the repository at this point in the history