On this page

C

QUL_QSR_BITMAP_STORAGE_SECTION

Note: Board defaults can be set using QmlProject in the BoardDefaults.qmlprojectconfig files. See Defining default variables for the platform and QmlProject Manual.

Define the Safe Bitmap resource's storage section.

Description

Use this property to define a memory section that the SafeImage, SafePicture and static SafeText resources are stored in.

Note: The given section must appear in the linker script. See Linker script setup for more information.

If not set, the "QulResourceData" section is used.

If not set on the application target, the value is looked up on the Qul::Platform target instead.

Example

set_target_properties(<Executable Target> PROPERTIES QUL_QSR_BITMAP_STORAGE_SECTION "QulSafeBitmapResourceData")

Since

This property was introduced in Qt Quick Ultralite 3.0.

See also Linker script setup and QUL_QSR_BITMAP_RUNTIME_ALLOCATION_TYPE.

Available under certain Qt licenses.
Find out more.