Qt6 Qml における CMake ソースファイルのプロパティ
CMakeコマンドは、以下のCMakeソースファイルのプロパティについて知っています:
CMake Property Referenceも参照してください 。
デフォルト以外の .h および .cpp ファイル名を指定します。 | |
QML ファイルを Java コード生成用にマークします。 | |
QML ファイルに内部型を提供するようにマークを付けます。 | |
QML ファイルがシングルトン・タイプを提供することを指定します。 | |
ファイルをバイトコードにコンパイルする対象から除外する。 | |
ファイルが QML モジュールの typeinfo ファイルに型として追加されないようにする。 | |
ファイルが qmllint の自動処理に含まれないようにする。 | |
ファイルが qmltc を使って C++ にコンパイルされないようにする。 | |
ファイルが提供する型名を上書きする。 | |
型のカスタムバージョンセットを指定します。 |
© 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.