Adds a minimal entry point function to target.
app_target_default_entrypoint(<target> <item>)
Adds a minimal entry point function to target . This function launches Qt Quick Ultralite using item as the application's root.
The function template depends on the OS .
The valid values for OS are:
"Baremetal"
"FreeRTOS"
This command was introduced in Qt Quick Ultralite 1.7.
另请参阅 Qt Quick Ultralite 应用程序的入口点 .