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-tooling-qmlimportscanner.qdoc
Go to the documentation of this file.
1// Copyright (C) 2023 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5\page qtqml-tooling-qmlimportscanner.html
6\title qmlimportscanner
7\brief Overview of the qmlimportscanner utility.
8\ingroup qtqml-tooling
9
10\section1 qmlimportscanner
11\c qmlimportscanner is an internal tool shipped with Qt Qml to scan QML files
12inside the directory for QML import dependencies. It is meant to be invoked by
13the build system only, users shouldn't need to execute it directly.
14
15*/