C
--qul-build-type
Description
qmlprojectexporter
uses the platform metadata file to decide what type of Qt Quick Ultralite libraries to export with the project. Use this option to override the default build type set in the platform metadata file.
--qul-build-type
supports the following build types:
- Debug
- RelWithDebInfo
- Release
- MinSizeRel
Usage
qmlprojectexporter --platform mimxrt1060-evkb-zephyr --toolchain gnu --project-type zephyr --outdir output-dir my_project.qmlproject --qul-build-type Debug
Since
This option was introduced in Qt for MCUs 2.10.
See also qmlprojectexporter, Exporting a Qt for MCUs project with platform sources, and Building Qt Quick Ultralite from sources.
Available under certain Qt licenses.
Find out more.