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.qmlprojectxml-ph-0000@deepl.internal 以降
このオプションは、Qt for MCUs 2.5 で導入されました。
関連項目: qmlprojectexporter、プラットフォームソースを含むQt for MCUs プロジェクトのエクスポート、および--outdir。
特定のQtライセンスの下で利用可能です。
詳細はこちら。