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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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


Signed-off-by: Uilian Ries <uilianries@gmail.com>
@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
Co-authored-by: ericLemanissier <ericLemanissier@users.noreply.github.com>
@@ -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.

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
4 participants