forked from qt-creator/qt-creator
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:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user