Module.qml 303 B

12345678910
  1. // Copyright (C) 2020 The Qt Company Ltd.
  2. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
  3. import QML
  4. import QtQuick.tooling as Tooling
  5. QtObject {
  6. default property list<Tooling.Component> components
  7. property list<string> dependencies: []
  8. }