Qt の入手とインストール

Qt やそのモジュール、ツールはQt Online InstallerQt Maintenance Tool から入手できます。

Qt Online Installer からは新規インストールが可能です。Qt Maintenance Tool は Qt の各インストールに含まれており、コンポーネントの追加や削除など、Qt のインストールを更新することができます。

Qt Online InstallerQt Maintenance Tool は、グラフィカルユーザーインターフェイスまたはコマンドラインインターフェイスから使用できます。コマンドラインインターフェースを使用すると、ユーザーの操作なしにインストールやアンインストールを行うことができます。

Qt の入手とインストールの基本を学ぶには、Qt アカデミーの「Qt のインストール方法」コースを受講してください。

使用方法Qt Online Installer

Qt AccountからQt Online Installer をダウンロードする方法は以下の通りです:

  1. を選択します。Downloads
  2. Qt Online Installer をダウンロードしてください。

Qt Online Installer の使用方法については、Get and Install Qt withQt Online Installerを参照してください。

Get and Install Qt with Command Line Interface」では、コマンドラインインターフェイスでQt Online Installer を使用する方法について説明しています。

使用方法Qt Maintenance Tool

Qt がインストールされると、<install_dir> の下にあるQt Maintenance Tool を使ってコンポーネントを追加したり、インストールされたコンポーネントを更新したり削除したりすることができます。Qt Maintenance Tool は各 Qt のインストールに含まれています。

コマンドラインインターフェイスでQt Maintenance Tool を使用する方法の詳細については、「コマンドラインインターフェイスで Qt を入手してインストールする」を参照してください。

ソースから Qt をビルドする

Qt を自分でビルドすることもできます。例えば、使用しているプラットフォームにビルド済みのパッケージが存在しない場合、デバッグ中に Qt を修正する必要がある場合、Qt に貢献する予定がある場合などです。Qt のソースコードの入手方法、Qt の前提条件、Qt の設定とビルドのガイドラインについては、「Qt ソースのビルド」を参照してください。

© 2025 The Qt Company Ltd. 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.