-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RegisterQt: Check if Ninja exists on the system
* If the system has Ninja, use it instead of ninja inside qtFolder * Check existence of Ninja in qtFolder before adding to kits * Reduce code repetition * Add `command-exists` module * Remove CMAKE_MAKE_PROGRAM because it causes a bug when `cmake.generator` is selected different than `Ninja`. Adding `Ninja` path in `qtFolder` is enough for that case. Change-Id: If7c25d54530373dcfd873f2ee0b3b65d7988028e Reviewed-by: Marcus Tillmanns <[email protected]>
- Loading branch information
1 parent
f613f7f
commit fc4ad41
Showing
6 changed files
with
67 additions
and
90 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters