diff options
author | Morteza Jamshidi <[email protected]> | 2025-03-07 13:25:28 +0100 |
---|---|---|
committer | Michal Klocek <[email protected]> | 2025-05-30 15:53:35 +0200 |
commit | 81b6881cf042988f588959a0090253199a3546cf (patch) | |
tree | 56c73bc619de6efb112a40e85931fff3f174e1ef /REUSE.toml | |
parent | f7c6ad95b4cf7f6be7a90e2fdce3d0ad43b37f70 (diff) |
with this plugin qt webview uses webview2 in the backend for windows
Task-number: QTBUG-75747
Change-Id: Iab91b95386be6b32c7acfb97f029ed49a6560745
Reviewed-by: Allan Sandfeld Jensen <[email protected]>
Diffstat (limited to 'REUSE.toml')
-rw-r--r-- | REUSE.toml | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -13,7 +13,8 @@ path = ["src/plugins/android/android.json", "src/plugins/darwin/darwin.json", "src/plugins/wasm/wasm.json", "src/plugins/webengine/webengine.json", - "src/plugins/winrt/winrt.json"] + "src/plugins/winrt/winrt.json", + "src/plugins/windows/windows.json"] comment = "module and plugin" precedence = "closest" SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd." @@ -42,10 +43,10 @@ SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd." SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause" [[annotations]] -path = ["**/doc/images/**", "**.qdocconf"] +path = ["**/doc/images/**", "**.qdocconf", "config_help.txt"] comment = "documentation" precedence = "closest" -SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd." +SPDX-FileCopyrightText = "Copyright (C) 2025 The Qt Company Ltd." SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only" [[annotations]] |