C

--qmlproject-outdir

生成文件的输出目录。

描述

指定 qmlprojectexporter 生成的文件的输出位置。当 --project-type 不是 "none" 时,默认情况下生成的文件放在 <outdir>/QtMCUs/generated

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

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

用法

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

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

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

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