リファレンス

リファレンスのセクションでは、qmake プロジェクトファイルで使用できる変数と関数について詳しく説明します。

変数リファレンス

Variablesでは、プロジェクトのビルドプロセスを設定する際に qmake が認識する変数について説明します。

関数リファレンス

qmake 関数には replace 関数と test 関数の 2 種類があります。replace 関数は値のリストを返し、test 関数はブール値の結果を返します。基本的な機能は組み込み関数として提供されます。より複雑な関数は、機能ファイル(.prf)のライブラリに実装されています。

関数はそのタイプによってカテゴリーに分けられています:

© 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.