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
31
31
32
32
当然如果你装有 Qt 5/6,也可以下载源码编译。
33
33
34
- NOTE: XLS 导出是默认关闭的,如需使用,请编译时附加 ` -DENABLE_XLS_EXPORT ` 启用。
34
+ NOTE: XLS 导出是默认关闭的,如需使用,请编译时附加 ` -DENABLE_XLS_EXPORT ` 启用(Qt6 不可用) 。
35
35
36
36
### 非常重要的提示
37
37
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ endif()
248
248
249
249
target_include_directories (lemon PUBLIC ${CMAKE_SOURCE_DIR} /src)
250
250
251
- if (WIN32 AND ENABLE_XLS_EXPORT)
251
+ if (WIN32 AND ENABLE_XLS_EXPORT NOT LEMON_QT6 )
252
252
find_package (${LEMON_QT_LIBNAME} COMPONENTS AxContainer REQUIRED)
253
253
list (APPEND LEMON_QT_LIBS ${LEMON_QT_LIBNAME} ::AxContainer)
254
254
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