Skip to content

Commit

Permalink
Must be so.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Murmele committed Jan 21, 2024
1 parent a4efa04 commit 6a04614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pack/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ elseif(NOT USE_SYSTEM_QT)
else()
# Strip minor and patch version extensions.
get_filename_component(TARGET_NAME_WE ${QT_LIBRARY} NAME_WE)
set(TARGET_NAME ${TARGET_NAME_WE}.so.5)
set(TARGET_NAME ${TARGET_NAME_WE}.so.6)
endif()

install(
Expand Down

0 comments on commit 6a04614

Please sign in to comment.