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 c5c2c2c commit f4797ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/common.cmake
Expand Up @@ -658,7 +658,7 @@ endmacro()
macro(windows_deploy_icu_library LIBRARY_NAME)
# Deploy the ICU library

windows_deploy_binary_file(${QTWEBKIT_BINARIES_DIR} icu${LIBRARY_NAME}${DEBUG_TAG}${CMAKE_SHARED_LIBRARY_SUFFIX})
windows_deploy_binary_file(${QTWEBKIT_BINARIES_DIR} icu${LIBRARY_NAME}${DEBUG_TAG}${ICU_VERSION}${CMAKE_SHARED_LIBRARY_SUFFIX})
endmacro()

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

0 comments on commit f4797ea

Please sign in to comment.