aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Paulyshka <me@mixaill.tk>2017-08-03 10:09:35 +0300
committerMikhail Paulyshka <me@mixaill.tk>2017-08-03 10:09:35 +0300
commit04af706671e16732f1ab01984774d2b851731389 (patch)
tree819f3a58dfd61747d483c9cc59eb25b36b6186b6
parentd26e890b31c35e3a7ec9d6662f87498d68e02eaf (diff)
downloadvcpkg-04af706671e16732f1ab01984774d2b851731389.tar.gz
vcpkg-04af706671e16732f1ab01984774d2b851731389.zip
[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)