QT_QML_GENERATE_QMLLS_INI_NO_CMAKE_CALLS
Diese Variable wurde in Qt 6.10 eingeführt.
QT_QML_GENERATE_QMLLS_INI_NO_CMAKE_CALLS
ist ein boolescher Wert, der den no-cmake-calls
Wert in .qmlls.ini
Dateien steuert, die mit der QT_QML_GENERATE_QMLLS_INI Option erzeugt wurden. Setzen Sie sie auf ON
, um CMake-Aufrufe durch QML Language Server zu deaktivieren.
Da diese Variable für die IDE-Integration verwendet wird, sollte sie normalerweise nicht in einem Projekt selbst gesetzt werden, sondern CMake über eine IDE oder manuell durch Übergabe
-DQT_QML_GENERATE_QMLLS_INI=ON -DQT_QML_GENERATE_QMLLS_INI_NO_CMAKE_CALLS=ON
an die ausführbare Datei cmake übergeben werden.
Diese Variable hat keinen Effekt, wenn QT_QML_GENERATE_QMLLS_INI deaktiviert ist.
Siehe auch QT_QML_GENERATE_QMLLS_INI und Deaktivieren von automatischen 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.