From e77ebe4af6773f0fc7c0d97fe7f60e78bc755736 Mon Sep 17 00:00:00 2001 From: woclass Date: Wed, 1 Feb 2023 11:52:04 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=AC=AC=E4=B8=89=E6=96=B9?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E7=89=88=E6=9D=83=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: woclass --- THIRDPARTY.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 THIRDPARTY.md diff --git a/THIRDPARTY.md b/THIRDPARTY.md new file mode 100644 index 0000000..cca4e3a --- /dev/null +++ b/THIRDPARTY.md @@ -0,0 +1,15 @@ +## 第三方依赖 + +## 源码依赖 + +- [[GPL v3](src/qscint/LICENSE)] [QScintilla](https://riverbankcomputing.com/software/qscintilla/intro) +- [GPL v3] + - [boostregex](src/qscint/scintilla/boostregex) + - [rgba_icons.h](src/rgba_icons.h) + - [xmlMatchedTagsHighlighter.cpp](src/qscint/src/xmlMatchedTagsHighlighter.cpp) + - [xmlMatchedTagsHighlighter.h](src/qscint/src/xmlMatchedTagsHighlighter.h) + +## 开发、打包时依赖 + +- [[zlib/libpng](https://nsis.sourceforge.io/License)] [NSIS](https://nsis.sourceforge.io) + 打包工具