forked from qt-creator/qt-creator
GPL-3.0 is deprecated by SPDX.
Change done by
find . -type f -exec perl -pi -e 's/LicenseRef-Qt-Commercial OR GPL-3.0(?!-)/LicenseRef-Qt-Commercial OR GPL-3.0-only/g' {} \;
Change-Id: If316a498e3f27d2030b86d4e7743b3237ce09939
Reviewed-by: Lucie Gerard <lucie.gerard@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
52 lines
935 B
QML
52 lines
935 B
QML
// Copyright (C) 2021 The Qt Company Ltd.
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
|
|
|
//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"
|
|
}
|
|
}
|