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-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 A tool that scans QML files inside the directory for QML import dependencies.
8\ingroup qtqml-tooling
9\ingroup qtqml-tooling-internal
10
11\section1 qmlimportscanner
12\c qmlimportscanner is an internal tool shipped with Qt Qml to scan QML files
13inside the directory for QML import dependencies. It is meant to be invoked by
14the build system only, users shouldn't need to execute it directly.
15
16*/