QT_QML_GENERATE_QMLLS_INI_NO_CMAKE_CALLS
This variable was introduced in Qt 6.10.
QT_QML_GENERATE_QMLLS_INI_NO_CMAKE_CALLS
is a boolean that controls the no-cmake-calls
value in .qmlls.ini
files generated with the QT_QML_GENERATE_QMLLS_INI option. Set it to ON
to disable CMake calls by QML Language Server.
As this variable is used for IDE integration, it should normally not be set in a project itself, but passed to CMake via an IDE or manually by passing
-DQT_QML_GENERATE_QMLLS_INI=ON -DQT_QML_GENERATE_QMLLS_INI_NO_CMAKE_CALLS=ON
to the cmake executable.
This variable has no effect if QT_QML_GENERATE_QMLLS_INI is disabled.
See also QT_QML_GENERATE_QMLLS_INI and Disabling automatic CMake builds.
© 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.