fix(macOS): update build script and ci with explicit Qt6 paths - #5502
Merged
ReenigneArcher merged 1 commit intoAug 18, 2026
Merged
Conversation
ReenigneArcher
force-pushed
the
fix/macos_build_script
branch
from
August 18, 2026 01:56
e13c3f2 to
dbb6731
Compare
|
Bundle ReportBundle size has no change ✅ |
ReenigneArcher
approved these changes
Aug 18, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #5502 +/- ##
==========================================
+ Coverage 32.32% 32.40% +0.07%
==========================================
Files 104 104
Lines 24926 24931 +5
Branches 11066 11073 +7
==========================================
+ Hits 8058 8079 +21
- Misses 13717 15344 +1627
+ Partials 3151 1508 -1643
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Harness.
|
Screenshot ComparisonPR #5502 screenshots vs Matrix:
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.









































































Description
Added explicit CMake hint paths for
Qt6_DIRandQt6Svg_DIRin the macOS build script (scripts/macos_build.sh). This explicitly sets the directories usingbrew --prefix qtbaseandbrew --prefix qtsvgto ensure that the build system can reliably locate the Qt6 libraries when installed via Homebrew.Screenshot
Issues Fixed or Closed
Fixes the following CMake configuration failure on macOS where the Qt6 libraries installed via Homebrew were not being discovered automatically:
Roadmap Issues
Type of Change
Checklist
AI Usage
See our AI usage policy.