C

平台输出目录

导出平台源代码的输出目录。

描述

指定导出平台源代码的目标目录。

qmlprojectexporter默认将平台源代码导出到<outdir>/QtMCUs/platform子目录。

此命令行参数将覆盖默认位置。

注意:如果--project-typenone,则此参数没有作用。

用法

// This will export the platform sources to "{CurrentWorkingDirectory}/custom"
// and other project files to "{CurrentWorkingDirectory}/output-dir"
qmlprojectexporter --project-type ghs --outdir output-dir --platform-outdir custom --platform rh850-d1m1a-baremetal --toolchain ghs my_project.qmlproject

此选项在Qt for MCUs 2.5中引入。

另请参阅:qmlprojectexporter使用平台源代码导出Qt for MCUs项目,以及--outdir

在某些Qt许可下可用。
了解更多。