Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 4.9.0
-
None
-
Windows 10 (64 bit)
-
-
98e6a218800a35dac1b806a05caf80997cb85201 (qt-creator/qt-creator/4.9)
Description
Scenario: QML files are deployed to a remote Linux Host and run through the "qml" tool. For this an existing default Qt kit (here: mingw 7.3/64 bit) is cloned. Then the device type is changed to "Generic Linux device" and a configured device is assigned.
The project itself only contains the QML files (no actual binary) to deploy. Deployment through SSH/SFTP works fine. Now the only thing left is to run "qml" with the deployed main.qml as argument. Therefore we need to add a run configuration "Custom executable (on <device>)". As soon as we click the item in the menu, Qt Creator crashes.
The same settings and procedure works fine when running Qt Creator on Linux: