diff options
author | Nicholas Bennett <[email protected]> | 2024-06-19 12:54:28 +0300 |
---|---|---|
committer | Nicholas Bennett <[email protected]> | 2024-07-31 10:24:13 +0000 |
commit | 47347d1710d51c971b65707d5b3a36022902c03a (patch) | |
tree | 3e6926389f57a1e138dd81bb4386b0fe7bdaaaf7 | |
parent | f1b6b89c391b4bd59f31c2c8b848d4427940cf72 (diff) |
Docs: Add attributions section to documentation1.0
Makes use of the qt attribution scanner method to generate a table of
any 3rd party dependencies.
Change-Id: Iec0a0510f533ced0a7e8988380bb9c40a4bb7062
Reviewed-by: Topi Reiniƶ <[email protected]>
(cherry picked from commit 063521e743eec48643c78cf6ec2aa9e0cef4d961)
Reviewed-by: Qt Cherry-pick Bot <[email protected]>
-rw-r--r-- | src/doc/src/android-studio-tools-plugin.qdoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/doc/src/android-studio-tools-plugin.qdoc b/src/doc/src/android-studio-tools-plugin.qdoc index 8aeafe1..17cc6ed 100644 --- a/src/doc/src/android-studio-tools-plugin.qdoc +++ b/src/doc/src/android-studio-tools-plugin.qdoc @@ -54,6 +54,12 @@ This plugin is covered by the \l{Qt Licensing Overview}{Qt Community Edition} license. + \section2 Attributions + + The plugin may contain third-party modules under the following permissive licenses: + + \annotatedlist attributions-qtandroidtools + \section1 Getting started The following video covers installing the plugin, installing all the minimum |