C
QUL_OS
Determines the linked platform abstraction library.
Description
Qt Quick Ultralite links platform abstraction library based on the value of the QUL_OS
target property. The supported values are:
Value | Meaning |
---|---|
"BareMetal" | Works directly on the hardware. |
"FreeRTOS" | Built on top of FreeRTOS. This requires FreeRTOS to be compiled into the target. |
By default "BareMetal"
is used.
Typically, this property is set via the app_target_setup_os convenience command.
Note: This property is applicable to executable targets only.
Since
This property was introduced in Qt Quick Ultralite 1.1.
See also Using Qt Quick Ultralite with FreeRTOS.
Available under certain Qt licenses.
Find out more.