QT_QML_GENERATE_QMLLS_INI_NO_CMAKE_CALLS
Personnalise la valeur de no-cmake-calls dans les fichiers .qmlls.ini pour QML Language Server.
Cette variable a été introduite dans Qt 6.10.
QT_QML_GENERATE_QMLLS_INI_NO_CMAKE_CALLS est un booléen qui contrôle la valeur no-cmake-calls dans les fichiers .qmlls.ini générés avec l'option QT_QML_GENERATE_QMLLS_INI. Donnez-lui la valeur ON pour désactiver les appels à CMake par QML Language Server.
Comme cette variable est utilisée pour l'intégration de l'IDE, elle ne devrait normalement pas être définie dans un projet lui-même, mais transmise à CMake via un IDE ou manuellement en passant
-DQT_QML_GENERATE_QMLLS_INI=ON -DQT_QML_GENERATE_QMLLS_INI_NO_CMAKE_CALLS=ON
à l'exécutable cmake.
Cette variable n'a aucun effet si QT_QML_GENERATE_QMLLS_INI est désactivé.
Voir aussi QT_QML_GENERATE_QMLLS_INI et Configurer les constructions automatiques de CMake.
© 2026 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.