import Qt 4.7

QtObject {
    Component.onCompleted: Qt.openUrlExternally("test:url")
}
