Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Jun 14, 2020
1 parent d1c3878 commit ca22dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/common.cmake
Expand Up @@ -747,7 +747,7 @@ macro(linux_deploy_qt_library LIBRARY_NAME)
set(ORIG_DIRNAME ${QT_LIBRARY_DIR})
endif()

linux_deploy_binary_file(DIRECT ${ORIG_DIRNAME} lib ${LIBRARY_NAME})
linux_deploy_binary_file(DIRECT ${ORIG_DIRNAME} lib ${CMAKE_SHARED_LIBRARY_PREFIX}Qt${QT_VERSION_MAJOR}${LIBRARY_NAME}${CMAKE_SHARED_LIBRARY_SUFFIX}.${QT_VERSION_MAJOR})
endmacro()

#===============================================================================
Expand Down

0 comments on commit ca22dd8

Please sign in to comment.