File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 54
54
brew install ninja pkg-config
55
55
- name : build macos
56
56
env :
57
- Qt5_DIR : ../Qt/${{matrix.qt_ver}}/${{matrix.qt_arch}}
57
+ Q65_DIR : ../Qt/${{matrix.qt_ver}}/${{matrix.qt_arch}}
58
58
run : |
59
59
cmake . \
60
60
-GNinja \
@@ -67,11 +67,11 @@ jobs:
67
67
# tag 打包
68
68
- name : package
69
69
env :
70
- Qt5_DIR : ../Qt/${{matrix.qt_ver}}/${{matrix.qt_arch}}
70
+ Qt6_DIR : ../Qt/${{matrix.qt_ver}}/${{matrix.qt_arch}}
71
71
run : |
72
72
# 拷贝依赖
73
73
#mv ${targetName} ${targetName}.app
74
- export PATH=$Qt5_DIR /bin:$PATH
74
+ export PATH=$Qt6_DIR /bin:$PATH
75
75
macdeployqt ${targetName}.app -qmldir=. -verbose=1 -dmg
76
76
- name : Upload artifact
77
77
uses : actions/upload-artifact@v2-preview
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 NOT LEMON_QT6)
251
+ if (WIN32 AND ENABLE_XLS_EXPORT AND 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
- 110
1
+ 112
You can’t perform that action at this time.
0 commit comments