Skip to content

Commit e85376f

Browse files
committed
fix
1 parent 4ca89ff commit e85376f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci-linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ jobs:
114114

115115
- name: Build Project
116116
run: |
117+
# Remove the libqsqlmimer.so as libmimerapi.so is not deployed with Qt6
118+
rm ${{runner.workspace}}/Qt/6.*/gcc_64/plugins/sqldrivers/libqsqlmimer.so
117119
cmake --build . --target pack
118120
working-directory: ${{runner.workspace}}/build
119121

src/CPackLinuxDeployQt.cmake.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ execute_process(
1111
-l ${QT_PLUGINS_DIR}/platformthemes/libqgtk3.so
1212
-l /usr/local/lib64/libcrypto.so.3
1313
-l /usr/local/lib64/libssl.so.3
14-
--exclude-library=libmimerapi.so
1514
# --exclude-library option does not work as expected
1615
# --exclude-library=libssl.so.1.1,libcrypto.so.1.1,libnss3.so,libnssutil3.so
1716
WORKING_DIRECTORY ${CPACK_PACKAGE_DIRECTORY})

0 commit comments

Comments
 (0)