feature/dual-mode-build #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/dual-mode-build"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
collect_data_files('PySide6') returns zero QML plugin .so files — PyInstaller classifies them as binaries. Add _selective_qml_plugins() to collect .so files from needed QML module dirs (QtQuick, QtCore, QtQml, QtNetwork, Qt5Compat, Qt/labs) into the binaries list.