qtdeclarative/tests/auto/qml/qmlcppcodegen/data/immediateQuit.qml

9 lines
144 B
QML

import QtQml 2.0
QtObject {
Component.onCompleted: {
console.log("End: " + Qt.application.arguments[1]);
Qt.quit()
}
}