aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/snippets/qml/imports/network-imports.qml
blob: f707cfb360fab7366d26da0ff385fdf01ac4ad31 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

//! [imports]
import "http://www.my-server.com/MyQMLProject/MyComponents"
import "http://www.my-server.com/MyQMLProject/MyComponents" 1.0
//! [imports]

Item {
}