forked from qt-creator/qt-creator
Task-number: QDS-7064 Change-Id: I645ece6228e30cb5d645c67a57b51f76e7375a3b Reviewed-by: Aleksei German <aleksei.german@qt.io>
74 lines
1.9 KiB
QML
74 lines
1.9 KiB
QML
/****************************************************************************
|
|
**
|
|
** Copyright (C) 2021 The Qt Company Ltd.
|
|
** Contact: https://www.qt.io/licensing/
|
|
**
|
|
** This file is part of Qt Creator.
|
|
**
|
|
** Commercial License Usage
|
|
** Licensees holding valid commercial Qt licenses may use this file in
|
|
** accordance with the commercial license agreement provided with the
|
|
** Software or, alternatively, in accordance with the terms contained in
|
|
** a written agreement between you and The Qt Company. For licensing terms
|
|
** and conditions see https://www.qt.io/terms-conditions. For further
|
|
** information use the contact form at https://www.qt.io/contact-us.
|
|
**
|
|
** GNU General Public License Usage
|
|
** Alternatively, this file may be used under the terms of the GNU
|
|
** General Public License version 3 as published by the Free Software
|
|
** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
|
|
** included in the packaging of this file. Please review the following
|
|
** information to ensure the GNU General Public License requirements will
|
|
** be met: https://www.gnu.org/licenses/gpl-3.0.html.
|
|
**
|
|
****************************************************************************/
|
|
|
|
//list of files in the current system
|
|
Metadata {
|
|
id: metadataFile
|
|
|
|
defaultVersion: v22
|
|
|
|
VersionData {
|
|
id: v14
|
|
name: "Qt for MCUs 1.4"
|
|
path: "qul-14.qml"
|
|
}
|
|
|
|
VersionData {
|
|
id: v17
|
|
name: "Qt for MCUs 1.7"
|
|
path: "qul-17.qml"
|
|
}
|
|
|
|
VersionData {
|
|
id: v18
|
|
name: "Qt for MCUs 1.8"
|
|
path: "qul-18.qml"
|
|
}
|
|
|
|
VersionData {
|
|
id: v19
|
|
name: "Qt for MCUs 1.9"
|
|
path: "qul-19.qml"
|
|
}
|
|
|
|
VersionData {
|
|
id: v20
|
|
name: "Qt for MCUs 2.0"
|
|
path: "qul-20.qml"
|
|
}
|
|
|
|
VersionData {
|
|
id: v21
|
|
name: "Qt for MCUs 2.1"
|
|
path: "qul-21.qml"
|
|
}
|
|
|
|
VersionData {
|
|
id: v22
|
|
name: "Qt for MCUs 2.2"
|
|
path: "qul-22.qml"
|
|
}
|
|
}
|