QT_QML_GENERATE_QMLLS_INI_NO_CMAKE_CALLS

Personaliza el valor de no-cmake-calls en los archivos .qmlls.ini para QML Language Server.

Esta variable se introdujo en Qt 6.10.

QT_QML_GENERATE_QMLLS_INI_NO_CMAKE_CALLS es un booleano que controla el valor no-cmake-calls en los archivos .qmlls.ini generados con la opción QT_QML_GENERATE_QMLLS_INI. Establézcalo a ON para deshabilitar las llamadas CMake por QML Language Server.

Como esta variable se utiliza para la integración IDE, normalmente no se debe establecer en un proyecto en sí, pero pasó a CMake a través de un IDE o manualmente pasando

-DQT_QML_GENERATE_QMLLS_INI=ON -DQT_QML_GENERATE_QMLLS_INI_NO_CMAKE_CALLS=ON

al ejecutable cmake.

Esta variable no tiene efecto si QT_QML_GENERATE_QMLLS_INI está desactivada.

Ver también QT_QML_GENERATE_QMLLS_INI y Configurar construcciones automáticas 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.