qt_qml_generate_qmlls_ini_no_cmake_calls

この変数は Qt 6.10 で導入されました。

QT_QML_GENERATE_QMLLS_INI_NO_CMAKE_CALLS QT_QML_GENERATE_QMLLS_INIオプションで生成された.qmlls.ini ファイルのno-cmake-calls の値を制御するブール値です。QML Language Server による CMake 呼び出しを無効にするには、この変数をON に設定します。

この変数は IDE との統合に使用されるため、通常はプロジェクト自体で設定するのではなく、IDE 経由で CMake に渡すか、cmake 実行ファイルに渡して手動で設定します。

-DQT_QML_GENERATE_QMLLS_INI=ON -DQT_QML_GENERATE_QMLLS_INI_NO_CMAKE_CALLS=ON

を渡して手動で CMake に渡す必要があります。

QT_QML_GENERATE_QMLLS_INI が無効になっている場合、この変数は影響しません。

QT_QML_GENERATE_QMLLS_INICMake の自動ビルドを無効にするも参照してください

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