Details
Description
The QtQuick Controls qml plugins has 4 .webp files that should be bundled with the packaged applications. Nuitka errors when trying to package this because it considers the .webp file to a dll instead of a data file (like qml). The .webp files are only used with macOS and hence this issue only affects macOS deployment.
See corresponding bug report in Nuitka: https://github.com/Nuitka/Nuitka/issues/2854