Skip to content

Commit

Permalink
Merge branch 'bugfix-missing-dll' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
setvisible committed Jan 3, 2024
2 parents 1515798 + 98268f8 commit ecde782
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ if(MSVC OR MSYS OR MINGW) # for detecting Windows compilers
${QT_DLL_DIR}/Qt6Gui.dll
${QT_DLL_DIR}/Qt6Widgets.dll
${QT_DLL_DIR}/Qt6Network.dll
${QT_DLL_DIR}/Qt6Svg.dll
DESTINATION
${CMAKE_INSTALL_PREFIX}
)
Expand Down Expand Up @@ -301,6 +302,10 @@ else() # MacOS or Unix Compilers
${QT_SHARED_LIB_DIR}/libQt6Network.so.6
${QT_SHARED_LIB_DIR}/libQt6Network.so.6.5.3

${QT_SHARED_LIB_DIR}/libQt6Svg.so
${QT_SHARED_LIB_DIR}/libQt6Svg.so.6
${QT_SHARED_LIB_DIR}/libQt6Svg.so.6.5.3

${QT_SHARED_LIB_DIR}/libQt6DBus.so # required by libQt6Gui
${QT_SHARED_LIB_DIR}/libQt6DBus.so.6
${QT_SHARED_LIB_DIR}/libQt6DBus.so.6.5.3
Expand Down

0 comments on commit ecde782

Please sign in to comment.