aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@qt.io>2023-11-16 17:17:46 +0100
committerTim Jenssen <tim.jenssen@qt.io>2023-11-16 17:17:46 +0100
commit9f1d23df00443d600abec93f4ce5e82b679ac6e0 (patch)
tree7e977f277baee0c441d60c4b78d90534985c9900 /README.md
parent3a5e0299c07184fa416295ca576806d12e581ab4 (diff)
parent245bd90a6e53421eafae6c8dfe4d71949f387eab (diff)
Merge remote-tracking branch 'origin/qds/dev'
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/README.md b/README.md
index 98504b7c75..b72234370e 100644
--- a/README.md
+++ b/README.md
@@ -934,6 +934,34 @@ SQLite (https://www.sqlite.org) is in the Public Domain.
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
+### QrCodeGenerator
+
+ The QML Designer plugin uses QR Code Generator for Design Viewer integration.
+
+ https://github.com/alex-spataru/Qt-QrCodeGenerator
+
+ MIT License
+
+ Copyright (c) 2023 Alex Spataru
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
### cmake
The CMake project manager uses the CMake lexer code for parsing CMake files