Merge remote-tracking branch 'origin/9.0' into 10.0

Conflicts:
	src/plugins/texteditor/codestyleselectorwidget.cpp
	src/plugins/updateinfo/updateinfoplugin.cpp

Change-Id: Iac33b852ccef6018bd81188716526aa70c3f5a2d
This commit is contained in:
Eike Ziller
2023-02-10 10:29:14 +01:00
6 changed files with 68 additions and 29 deletions

View File

@@ -61,8 +61,9 @@ static std::vector<std::unique_ptr<CMakeTool>> autoDetectCMakeTools()
if (HostOsInfo::isMacHost()) {
path.append("/Applications/CMake.app/Contents/bin");
path.append("/usr/local/bin");
path.append("/opt/local/bin");
path.append("/usr/local/bin"); // homebrew intel
path.append("/opt/homebrew/bin"); // homebrew arm
path.append("/opt/local/bin"); // macports
}
FilePaths suspects;