Qt 6.11 is out! See what's new in the release
blog
The complete program packaged using QIFW encountered an internal error of the qml library in the user environment.
-
qt version: 5.15.2
qifw version: 4.6.1
os: win 10.0.26100.4768
error: QtQuick/Controls/Private/Control.qml:82:9: Cannot assign to non-existent property "onStatusChanged"It seems to be related to permissions.
-
onStatusChangedhas been removed in Qt 6.
The software is packaged with an outdated version of Qt, while the user environment obviously provides a recent version.
You need to port the app to Qt 6...