1// Copyright (C) 2022 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
5\page qtqml-tool-qmlcachegen.html
7\brief A tool to compile QML documents ahead of time
9\e qmlcachegen is an internal build tool, invoked by the build system
10when using \l qt_add_qml_module in CMake or CONFIG+=qtquickcompiler in
11qmake. Users should not invoke it manually.