aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/settings/qmltypes/subdir/custom.qmltypes
blob: b3839652dcae13e14e7ba85e7cce84a0155c5175 (plain)
1
2
3
4
5
6
7
8
9
10
11
import QtQuick.tooling 1.2
Module {
    dependencies: []
    Component {
        name: "Thing"
        prototype: "QObject"
        exports: [
            "Custom/Thing 1.0",
        ]
    }
}