C
--project-outdir
IDE 项目文件的输出目录。
描述
指定输出生成的 IDE 项目文件的位置。默认项目文件位置为 <outdir>/<ProjectType>
(例如,<outdir>/GHS
)。
此命令行参数覆盖默认位置。
注意:如果 --project-type 是 none
,则此参数没有效果。
用法
// This will place IDE project files in "{CurrentWorkingDirectory}/custom" // and use the default location relative to "{CurrentWorkingDirectory}/output-dir" // for other parts of the project qmlprojectexporter --project-type ghs --outdir output-dir --project-outdir custom --platform rh850-d1m1a-baremetal --toolchain ghs my_project.qmlproject
自
此选项是在 Qt for MCUs 2.5 中引入的。
另请参阅:qmlprojectexporter,使用平台源导出 Qt for MCUs 项目 以及 --outdir。
在某些 Qt 许可证下可用。
了解更多信息。