WebAssembly開発環境のセットアップ

WebAssemblyの開発環境をセットアップします:

  1. Preferences >SDKs >WebAssembly にアクセスします。
  2. Emscripten SDK path に、emsdk をインストールしたルート・ディレクトリを入力します。
  3. Qt Creator Qt for WebAssembly のバージョンがemsdk をサポートしている場合は、Emscripten SDK environment を設定します。

    SDKの環境設定にあるWebAssemblyタブ

  4. Preferences >Kits にアクセスして、Qt Creator が作成する WebAssembly キットを確認します。C/C++ に使用する Emscripten Compiler が表示されない場合は、emscripten が正しく設定されているか確認してください。

    WebAssemblyキットは、Kits環境設定のKitsタブにあります。

Web 用アプリケーションの構築」、 How to:WebAssembly 用の開発」、「プラグインの有効化と無効化」も参照してください。

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.