C
QUL_PLATFORM_ASSERT_VERBOSE
Description
Enable this variable to include more context in error logs to make it easier to understand why an assertion failed without looking up the source code. When enabled, the description text passed to QUL_PLATFORM_ASSERT and QUL_PLATFORM_DEBUG_ASSERT is included in the error reported through PlatformContext::error.
QUL_PLATFORM_ASSERT_VERBOSE is disabled by default. When disabled, only the file name and line number are reported.
Since
This variable was introduced in Qt Quick Ultralite 3.0
Available under certain Qt licenses.
Find out more.