File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ scoop install peach/lemon
3131
3232当然如果你装有 Qt 5/6,也可以下载源码编译。
3333
34- NOTE: XLS 导出是默认关闭的,如需使用,请编译时附加 ` -DENABLE_XLS_EXPORT ` 启用。
34+ NOTE: XLS 导出是默认关闭的,如需使用,请编译时附加 ` -DENABLE_XLS_EXPORT ` 启用(Qt6 不可用) 。
3535
3636### 非常重要的提示
3737
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ endif()
248248
249249target_include_directories (lemon PUBLIC ${CMAKE_SOURCE_DIR} /src)
250250
251- if (WIN32 AND ENABLE_XLS_EXPORT)
251+ if (WIN32 AND ENABLE_XLS_EXPORT NOT LEMON_QT6 )
252252 find_package (${LEMON_QT_LIBNAME} COMPONENTS AxContainer REQUIRED)
253253 list (APPEND LEMON_QT_LIBS ${LEMON_QT_LIBNAME} ::AxContainer)
254254 add_definitions (-DENABLE_XLS_EXPORT)
Original file line number Diff line number Diff line change 1- 109
1+ 110
You can’t perform that action at this time.
0 commit comments