On this page

C

QUL_PLATFORM_ASSERT_VERBOSE

Description

If enabled, the description text provided to QUL_PLATFORM_ASSERT and QUL_PLATFORM_DEBUG_ASSERT is included when reporting the error through PlatformContext::error. It is disabled by default.

When disabled, only the file name and line number are reported. Enable this variable to include more context in error logs, which can make it easier to understand why an assertion failed without having to look up the source code.

Since

This variable was introduced in Qt Quick Ultralite 3.0

Available under certain Qt licenses.
Find out more.