import QtQuick 2.0
Item {
    id: test
    Component.onCompleted: {
        console.log("version 2.0");
        Qt.quit()
    }
}
