Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
setvisible committed Jan 3, 2024
2 parents 03b446f + ecde782 commit 212b4e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/CMakeLists.txt
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 212b4e8

Please sign in to comment.