summaryrefslogtreecommitdiffstats
path: root/REUSE.toml
diff options
context:
space:
mode:
authorMorteza Jamshidi <[email protected]>2025-03-07 13:25:28 +0100
committerMichal Klocek <[email protected]>2025-05-30 15:53:35 +0200
commit81b6881cf042988f588959a0090253199a3546cf (patch)
tree56c73bc619de6efb112a40e85931fff3f174e1ef /REUSE.toml
parentf7c6ad95b4cf7f6be7a90e2fdce3d0ad43b37f70 (diff)
Implement WebView2 windows plugin for qt webviewHEADdev
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.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/REUSE.toml b/REUSE.toml
index 294edd1..528b088 100644
--- a/REUSE.toml
+++ b/REUSE.toml
@@ -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]]