Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[qt6] Add Metal framework for qtGui #26006

Closed

Conversation

uilianries
Copy link
Member

@uilianries uilianries commented Nov 22, 2024

Summary

Changes to recipe: qt/6.7.3

Motivation

fixes #26005

Details

Building again #24751 , but using this change and no workaround in the Node editor worked.

Build log:

nodeeditor-3.0.11-macos-shared.log


@uilianries uilianries self-assigned this Nov 22, 2024
AbrilRBS
AbrilRBS previously approved these changes Nov 22, 2024
Copy link
Member

@AbrilRBS AbrilRBS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏

recipes/qt/6.x.x/conanfile.py Outdated Show resolved Hide resolved
@@ -1196,7 +1196,10 @@ def _create_plugin(pluginname, libname, plugintype, requires):
self.cpp_info.components["QCocoaIntegrationPlugin"].frameworks = [
"AppKit", "Carbon", "CoreServices", "CoreVideo", "IOKit", "IOSurface", "Metal", "QuartzCore"
]
elif self.settings.os in ["iOS", "tvOS"]:
if self.settings.os in ["Macos", "iOS"]:
# https://github.com/qt/qtbase/blob/v6.5.3/src/gui/CMakeLists.txt#L963
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The linked source is for v6.5.3. Does this still apply in 6.7 and 6.8?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jcar87
Copy link
Contributor

jcar87 commented Feb 2, 2025

Thank you! This change was added in #26501 (preserving authorship)

@jcar87 jcar87 closed this Feb 2, 2025
@uilianries
Copy link
Member Author

Nice! Thank you!

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.

[package] qt/6.7.3: Missing Metal Framework when consuming qtGUI module
5 participants