-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.5
-
None
-
-
727a21d17 (dev), 8d8776fb9 (6.7), 7e67a38db (6.6), 2c127731e (tqtc/lts-6.5)
On the section Deploying a Qt Quick Application it says:
> To generate the deployment script, you call qt_generate_deploy_qml_app_script() instead of qt_generate_deploy_app_script().
It then follows with a script for qt_generate_deploy_app_script where it should be for qt_generate_deploy_qml_app_script. It is unclear to me whether the only error is the command name change or whether I need to make other changes to the call.