mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-27 02:42:26 -04:00
Qt has some Release DLLs that end with the letter d: * qdirect2d.dll * qcertonlybackend.dll * qopensslbackend.dll * qschannelbackend.dll As a result, they get caught by our simple check for if a DLL is a Debug DLL which just checks if the DLL ends with the letter d. Extend that check to exclude these specific DLLs from being marked as Debug DLLs.