C
app_target_default_entrypoint
Adds a minimal entry point function (main.cpp or target_name_qul_run.cpp) to target.
Synopsis
app_target_default_entrypoint(<target> <item>)
Description
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 QUL_OS and target type. If target is a STATIC_LIBRARY, qul_run.cpp and qul_run.h is created.
The valid values for QUL_OS are:
"Baremetal""FreeRTOS"
Note: If target is STATIC_LIBRARY, Baremetal is the only supported QUL_OS.
See also Entry point to Qt Quick Ultralite application.
Available under certain Qt licenses.
Find out more.