aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/autoqmltypes/test.qmltypes
blob: 1874bdda61001721ea22f1df2aafad65f539e6a4 (plain)
1
2
3
4
5
6
7
8
import QtQuick.tooling 1.2
Module {
    Component {
        name: "Foo"
        exports: ["TestTest/Foo 1.0"]
        exportMetaObjectRevisions: [256]
    }
}