C

MCU.Config.resourceStorageSection

Description

Use this property to define a memory section that the image assets should be stored in. It takes a string value, and its default value is "QulResourceData".

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

Usage

MCU.Config {
    resourceStorageSection: "QulResourceData"
}

Since

This property was introduced in QmlProject API 1.3 .

See also QUL_RESOURCE_STORAGE_SECTION and ImageFiles.MCU.resourceStorageSection.

Available under certain Qt licenses.
Find out more.