Boot2Qt i.MX8MP
Window { id: root visible: true screen: Qt.application.screens[0] Timer { id: timer running: true interval: 5000 onTriggered: root.screen = Qt.application.screens[1] } }
the above code will cause the crash