Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qtqml-tool-qmlcachegen.qdoc
Go to the documentation of this file.
1// Copyright (C) 2022 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5\page qtqml-tool-qmlcachegen.html
6\title qmlcachegen
7\brief A tool to compile QML documents ahead of time
8\ingroup qtqml-tooling
9
10\e qmlcachegen is an internal build tool, invoked by the build system
11when using \l qt_add_qml_module in CMake or CONFIG+=qtquickcompiler in
12qmake. Users should not invoke it manually.
13*/