On this page

C

–infineon-resource-generator

Path to ResourceGenerator or ResourceGenerator.exe (for RLE support with TRAVEO T2G boards)

Description

This is an optional command-line option. If the path is not recognized, the tool will ignore it.

On Windows, you can locate ResourceGenerator.exe in the GraphicsDriver tools folder, for example:

C:/TVII-GraphicsDriver/08_tool/basic_graphics/bin/windows/ResourceGenerator.exe

Usage

qmlprojectexporter --board-defaults board.qmlprojectconfig --infineon-resource-generator "C:/TVII-GraphicsDriver/08_tool/basic_graphics/bin/windows/ResourceGenerator.exe" --outdir output-dir my_project.qmlproject

On Linux, if ResourceGenerator is not available in the default paths, you can provide the path as follows:

qmlprojectexporter --board-defaults board.qmlprojectconfig --infineon-resource-generator "/home/user/bin/ResourceGenerator" --outdir output-dir my_project.qmlproject

Since

This option was introduced in QmlProject API 1.3 .

Available under certain Qt licenses.
Find out more.