QtQuickApplication Template: add 6.8 to versions

Allows to set 6.8 via the combobox, as `REQUIRES 6.8` adds nice
features like nested QML Module support.

Also remove the now unsupported Qt 6.4 version.

Change-Id: I21e45ea9b41bd3955f2316ba648c532faf7c6560
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Sami Shalayel
2024-09-24 16:40:12 +02:00
parent 149dc93ee9
commit 73d720eea5

View File

@@ -56,8 +56,8 @@
{
"items": [
{ "trKey": "Qt 6.2", "value": "6.2" },
{ "trKey": "Qt 6.4", "value": "6.4" },
{ "trKey": "Qt 6.5", "value": "6.5" }
{ "trKey": "Qt 6.5", "value": "6.5" },
{ "trKey": "Qt 6.8", "value": "6.8" }
],
"index": 2
}