diff options
author | David Schulz <david.schulz@qt.io> | 2022-02-21 09:59:14 +0100 |
---|---|---|
committer | David Schulz <david.schulz@qt.io> | 2022-02-24 10:00:35 +0000 |
commit | 0ce098ed878b72e4157449fb762b2d70205f3608 (patch) | |
tree | 67c6c398f0eb0f6e0467b7ffb4445604f3bcd8da | |
parent | 3cf6d15096d4191908169cb22d0d350345923cf1 (diff) |
WinRt: enable plugin on Windows 11
Change-Id: Ie935b1baaa4331499143de4eb3fb9bd57b38c347
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
-rw-r--r-- | src/plugins/winrt/WinRt.json.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/winrt/WinRt.json.in b/src/plugins/winrt/WinRt.json.in index fef26890bfb..e776ddf9616 100644 --- a/src/plugins/winrt/WinRt.json.in +++ b/src/plugins/winrt/WinRt.json.in @@ -2,7 +2,7 @@ \"Name\" : \"WinRt\", \"Version\" : \"$$QTCREATOR_VERSION\", \"CompatVersion\" : \"$$QTCREATOR_COMPAT_VERSION\", - \"Platform\" : \"Windows (8.1|10)\", + \"Platform\" : \"Windows (8.1|10|11)\", \"Vendor\" : \"The Qt Company Ltd\", \"Copyright\" : \"(C) $$QTCREATOR_COPYRIGHT_YEAR The Qt Company Ltd\", \"License\" : [ \"Commercial Usage\", |