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 Running Qt Quick Ultralite in applications.
Available under certain Qt licenses.
Find out more.