aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-08-03 04:47:18 -0700
committerGitHub <noreply@github.com>2017-08-03 04:47:18 -0700
commit4ca877437ce96115b1c00794fde40fa3acc286e6 (patch)
tree819f3a58dfd61747d483c9cc59eb25b36b6186b6
parentd26e890b31c35e3a7ec9d6662f87498d68e02eaf (diff)
parent04af706671e16732f1ab01984774d2b851731389 (diff)
downloadvcpkg-4ca877437ce96115b1c00794fde40fa3acc286e6.tar.gz
vcpkg-4ca877437ce96115b1c00794fde40fa3acc286e6.zip
Merge pull request #1588 from Mixaill/qt5-toolsfix
[qt5] copy tools dependencies
-rw-r--r--ports/qt5/portfile.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/qt5/portfile.cmake b/ports/qt5/portfile.cmake
index a76186256..33709c528 100644
--- a/ports/qt5/portfile.cmake
+++ b/ports/qt5/portfile.cmake
@@ -87,6 +87,8 @@ vcpkg_execute_required_process(
LOGNAME fix-cmake
)
+vcpkg_copy_tool_dependencies(${CURRENT_PACKAGES_DIR}/tools/${PORT})
+
file(INSTALL ${SOURCE_PATH}/LICENSE.LGPLv3 DESTINATION ${CURRENT_PACKAGES_DIR}/share/qt5 RENAME copyright)
if(EXISTS ${CURRENT_PACKAGES_DIR}/plugins)
file(INSTALL ${CMAKE_CURRENT_LIST_DIR}/qtdeploy.ps1 DESTINATION ${CURRENT_PACKAGES_DIR}/plugins)