blob: a418c9ee94e6c2cbb45963bd626ac1d256620685 (
plain)
1
2
3
4
5
6
7
8
9
|
// Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial
import QML
QtObject {
default property list<Component> components
property var dependencies: []
}
|