ビルド出力の解析

Qt Creator の出力パーサーを使用すると、Qt Creator 以外で実行されたビルドの出力や、以前のビルド実行から保存された出力を解析できます。デフォルトでは、アクティブなプロジェクトで選択されているキットのパーサーが使用されますが、別のキットを選択することも可能です。

ビルド出力を解析するには:

  1. Tools >Parse Build Output に移動するか、Issues ビューで「外部ビルドの出力から課題を作成する 」(Create Issues From External Build Output )を選択します。

    「ビルド出力の解析」ダイアログ

  2. Build Output にビルド出力を貼り付けるか、Load from File を選択してファイルから読み込みます。
  3. パーサーがstdout の課題を期待している場合は、Output went to stderr の内容をクリアしてください。
  4. Use parsers from kit で、出力の解析に使用するキットを選択します。キットの設定を表示および変更するには、Manage を選択します。
  5. パーサーは、解析済みの出力を「Issues 」に表示します。デフォルトでは、新しい出力を追加する前にビューがクリアされます。「Clear existing tasks 」をクリアすると、新しい出力が既存の出力に追加されます。
  6. OK を選択して、解析を開始します。

Issuesも参照してください

Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.