C

BinaryFiles.MCU.resourceStorageSection

Define the binary resource's storage section

Description

This property can be used to define a memory section that the binary resources should be stored in. It takes a string value, and its default value is "QulResourceData".

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

Usage

This property is accepted in any context where its parent node is accepted. It takes a string.

Code example:

BinaryFiles {
    MCU.resourceStorageSection: "QulResourceData"
}

Note: This property can also be applied to every resource in the QmlProject file if defined in MCU.Config as follows:

MCU.Config {
    resourceStorageSection: "QulResourceData"
}

Warning: Resource storage section in MCU.Config is also applied to every image resource.

Since

This property was introduced in Qt Quick Ultralite 2.9.

See also Linker script setup, BinaryFiles.MCU.resourceCachePolicy, and BinaryFiles.MCU.resourceRuntimeAllocationType.

Available under certain Qt licenses.
Find out more.