Skip to content

Use versionless Qt installation path for build#5

Open
marcprux wants to merge 1 commit into
kkostov:mainfrom
marcprux:main
Open

Use versionless Qt installation path for build#5
marcprux wants to merge 1 commit into
kkostov:mainfrom
marcprux:main

Conversation

@marcprux
Copy link
Copy Markdown

This PR changes the include paths from things like /opt/homebrew/Cellar/qt/6.9.1/include to the version-free symbolic install path /opt/homebrew/opt/qt/include, since the one with the version is currently broken (Qt is at 6.9.3 now).

I also needed to explicitly import the header paths like /opt/homebrew/opt/qt/lib/QtCore.framework/Headers, since I don't have /opt/homebrew/opt/qt/include/QtCore on my machine. I left the other ones there as well, in case it is expected to work somehow for other installations.

Lastly, I removed .swift-version, since it was pointing to an outdated snapshot (main-snapshot-2025-07-26), and there is a final Swift 6.2 release now.

Neat project!

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