aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlplugindump/data/dumper/Imports/plugins.qmltypes
blob: fb13928ba0c6a7756da97392ec594888d317d7e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
// 'qmlplugindump -nonrelocatable -noforceqtquick dumper.Imports 1.0 .'

Module {
    dependencies: ["QtQuick 2.0"]
    Component {
        name: "Imports"
        prototype: "QObject"
        exports: ["dumper.Imports/Imports 1.0"]
        exportMetaObjectRevisions: [0]
    }
    Component {
        prototype: "Imports"
        name: "dumper.Imports/Derived 1.0"
        exports: ["dumper.Imports/Derived 1.0"]
        exportMetaObjectRevisions: [0]
        isComposite: true
        isCreatable: false
        isSingleton: true
        Property { name: "something"; type: "int" }
    }
}