Skip to content

Add macOS app icon to the Qt bundle - #31

Open
crueber wants to merge 1 commit into
omacom:masterfrom
crueber:macos-app-icon
Open

Add macOS app icon to the Qt bundle#31
crueber wants to merge 1 commit into
omacom:masterfrom
crueber:macos-app-icon

Conversation

@crueber

@crueber crueber commented Aug 28, 2026

Copy link
Copy Markdown

On macOS the qmake build produces an omawrite.app bundle, but unlike Linux (where the SVG is wired into icon themes) the bundle had no icon, so it showed macOS's generic executable icon in the Dock and Finder.

This adds pkgbuild/omawrite.icns (generated from the existing pkgbuild/omawrite.svg at 16–1024px, including @2x variants) and wires it in for macOS builds only:

macx {
    ICON = pkgbuild/omawrite.icns
}

Linux builds are unaffected — the .pro change is scoped to macx and the icns is only referenced there. Suggested downstream: Homebrew packaging currently regenerates this at build time; having it upstream lets packagers ship the bundle as-is.

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