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" } } }