On this page

C

QUL_TEXT_CACHE_SIZE

Description

Sets the size, in bytes, of the text cache for the application. Setting the property to 0 disables the text cache.

When the property is not set, the application inherits the platform's default size, QUL_PLATFORM_DEFAULT_TEXT_CACHE_SIZE. The text cache is enabled by default on the NXP MIMXRT1170-EVKB, Renesas RH850/D1M1A, and Infineon TRAVEO T2G boards.

Example

set_target_properties(<Executable Target> PROPERTIES
    QUL_TEXT_CACHE_SIZE <size in bytes>
)

See also Text caching and QUL_PLATFORM_DEFAULT_TEXT_CACHE_SIZE.

Available under certain Qt licenses.
Find out more.