-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Uilian Ries <uilianries@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏
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 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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