Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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\ingroup qtqml-tooling-internal
10
11\e qmlcachegen is an internal build tool, invoked by the build system
12when using \l qt_add_qml_module in CMake or CONFIG+=qtquickcompiler in
13qmake. Users should not invoke it manually.
14*/