Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake's `execute_process()` has `WORKING_DIRECTORY` parameter, but qmake's `$$system()` does not. As a workaround for qmake, `git` command was called with `--git-dir` provided explicitly. But for dirtyness detection we need `--work-tree`, too. Follow-up for fralx#471 (comment)
- Loading branch information