Just a heads up, `CGDisplayCreateImageForRect` is no longer supported in the 
macOS 15 SDK.

One workaround suggested was setting the minimum SDK to macOS 14 on macOS 15 - 
https://github.com/microsoft/vcpkg/issues/40372

I want to do this, but the qt Portfiles are beyond my understanding at the 
moment. Anyone know how I could approach this? 

I'm also looking into making a fake version of it for QT to use, using the 
ScreenCaptureKit instead. I assume that's what upstream is going to do, but 
it's still broken in the latest commit, so I doubt we'll see fixes trickle down 
to qt5 and qt4, but who knows - I'm not sure how QT dev works.

If I can't make any headway, I'll open a ticket as soon as macOS 15 releases, 
unless we're ok with me opening one now.

—Mark

Reply via email to