C

QUL_COMPLEX_TEXT_RENDERING

Note: This CMake API is deprecated. Use the BoardDefaults.qmlprojectconfig files instead. See QmlProject Manual.

Description

Enables rendering complex scripts at run-time. This option is ON by default. Setting it to OFF disables linking the text shaping engine to the application.

Example

set_target_properties(<Executable Target> PROPERTIES QUL_COMPLEX_TEXT_RENDERING OFF)

See also languages and writing systems and text shaping.

Available under certain Qt licenses.
Find out more.