C
QUL_PLATFORM_REQUIRED_IMAGE_ALIGNMENT
Warning: This CMake variable is deprecated since 2.4, consider using MCU.Config.platformImageAlignment instead.
Description
The minimum alignment required for image data on the given platform. Default value is 1
.
This variable is set as the Platform target property in the CMakeLists.txt
file for the target platform. See the Qt Quick Ultralite Platform Porting Guide for more information.
Note: This variable is overridden if BoardDefaults.qmlprojectconfig
contains the platformImageAlignment
property in the MCU.Config
node.
Note: QUL_PLATFORM_REQUIRED_IMAGE_ALIGNMENT is propagated to Qt Quick Ultralite runtime through Qul::Platform::PlatformContext::config(), and to host tools through the build system integration.
Since
This variable was introduced in Qt Quick Ultralite 2.0.
Available under certain Qt licenses.
Find out more.