Commit Graph

11 Commits

Author SHA1 Message Date
zinface 7c9c38042e Bugs: 处理一些在 Visual Studio 中引发无法构建的问题
1. Bug: 在 Visual Studio 中引发无法构建的问题,此处被重复定义(在 cmake 中已对其定义)
// #define NO_PLUGIN 1

2. Bug: 在 Visual Studio 中引发无法构建的问题,此处为无法找到 qmyedit_x 库
//#pragma comment(lib, "qmyedit_qt5d.lib")
#else
//#pragma comment(lib, "qmyedit_qt5.lib")

3. 虽然 QSci 被用于静态构建,但 cmake 中未设置导出宏 QSCINTILLA_MAKE_DLL
2023-02-20 20:03:28 +08:00
爬山虎 24f4f6114e 整体合入v1.22.2的代码 2023-02-11 11:09:17 +08:00
爬山虎 b9b208385e
!17 解决linux构建失败问题
Merge pull request !17 from coconi/fix_linux_build_fail
2023-02-03 02:53:42 +00:00
爬山虎 7231a7365d 解决linux编译错误 2023-02-03 10:22:18 +08:00
coconil fcfb3a75a6 fix build fail on linux 2023-02-02 23:25:25 +08:00
爬山虎 8d636dbf70 提交1.22.0的代码 2023-02-02 22:49:54 +08:00
爬山虎 17f55b4c4e 提交1.21.0的全部代码 2023-01-07 15:06:22 +08:00
爬山虎 7531ecf186 合入1.19.2的全部代码 2022-12-11 18:44:06 +08:00
爬山虎 f294eab5d2 提交1.17.2-1.18代码 2022-11-20 15:56:54 +08:00
爬山虎 51439830ee 1.17 代码正式合入 2022-11-08 21:54:36 +08:00
爬山虎 ca50dfccd2 整理代码代码 2022-11-02 21:03:36 +08:00