Skip to content

Fix macOS tray CI Qt framework link path - #4

Merged
AMDphreak merged 1 commit into
mainfrom
fix/macos-tray-qtbase-link
Aug 8, 2026
Merged

Fix macOS tray CI Qt framework link path#4
AMDphreak merged 1 commit into
mainfrom
fix/macos-tray-qtbase-link

Conversation

@AMDphreak

Copy link
Copy Markdown
Contributor

Summary

  • macOS tray CI failed at link with ld: framework 'QtWidgets' not found
  • Switch from Homebrew umbrella qt to qtbase (where frameworks actually live)
  • Pass DFLAGS=-L-F$(brew --prefix qtbase)/lib so dqt's -framework QtWidgets resolves

Test plan

  • Build tray macos-latest passes on this PR
  • Build tray ubuntu-latest / windows-latest still pass
  • Confirm install is faster without full qt (no qtwebengine pull)

Homebrew's qt keg is a meta-package; frameworks live under qtbase, and dqt needs -F for -framework QtWidgets.

Co-authored-by: Cursor <cursoragent@cursor.com>
@cursor

cursor Bot commented Aug 8, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@AMDphreak
AMDphreak merged commit be2b3df into main Aug 8, 2026
12 checks passed
@AMDphreak
AMDphreak deleted the fix/macos-tray-qtbase-link branch August 8, 2026 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant