C

ImageFiles.MCU.resourceStorageSection

Define the asset's storage section

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

ImageFiles {
    MCU.resourceStorageSection: "QulResourceData"
}

Since

This property was introduced in QmlProject API 1.3 .

See also QUL_RESOURCE_STORAGE_SECTION and MCU.Config.resourceStorageSection.

Available under certain Qt licenses.
Find out more.