Qt WebEngine mac framework overlaps/conflicts with Photoshop's bundled CEF
Unsolved
QtWebEngine
-
Hello,
I have a plug-in for Photoshop which uses Qt WebEngine, but this overlaps/conflicts with the CEF which is bundled in Photoshop. I get a lot of warnings such as:
objc[4910]: Class CrCoreCursor is implemented in both /Library/Frameworks/MyLib.framework/Contents/Frameworks/QtWebEngineCore.framework/Versions/5/QtWebEngineCore (0x152aefc28) and /Applications/Adobe Photoshop CC 2017/Adobe Photoshop CC 2017.app/Contents/Required/Plug-ins/Spaces/Frameworks/Chromium Embedded Framework.framework/Chromium Embedded Framework (0x15c643f98). One of the two will be used. Which one is undefined.
……Any ideas how this might get fixed? I certainly need Qt and its WebEngine, and I also can't remove PS's CEF...
Thank you!