C

QUL_COLOR_DEPTH

Bits of display color depth to build for.

Description

Set this variable to choose between different color depths available for the target QUL_PLATFORM.

Must be set to an available color depth: "8", "16", "24", or "32". The default value depends on the selected platform.

This page uses QUL_ROOT and QUL_TOOLS in command line examples as if they were set as environment variables. For example:

export QUL_ROOT=$HOME/Qt/QtMCUs/dev
export QUL_TOOLS=$HOME/Qt/Tools/QtMCUs
set QUL_ROOT=C:\Qt\QtMCUs\dev
set QUL_TOOLS=C:\Qt\Tools\QtMCUs

Example

cmake .. -DQul_ROOT=$QUL_ROOT -DQUL_PLATFORM=MIMXRT1050-EVK-baremetal -DQUL_COLOR_DEPTH=16 -DCMAKE_TOOLCHAIN_FILE=$QUL_ROOT/lib/cmake/Qul/toolchain/armgcc.cmake -DQUL_TARGET_TOOLCHAIN_DIR=$QUL_TOOLS/arm_gcc_10 -DQUL_BOARD_SDK_DIR=$QUL_TOOLS/NXP/SDK_2_13_0_EVKB-IMXRT1050 -DCMAKE_BUILD_TYPE=MinSizeRel -DQUL_GENERATORS=../lib/cmake/Qul/QulGenerators.cmake

Note: The supported values for each board are listed in the board-specific instruction pages. For more information, see Supported Features table.

Since

This variable was introduced in Qt Quick Ultralite 1.0.

See also QUL_PLATFORM.

Available under certain Qt licenses.
Find out more.