Merge pull request #1588 from Mixaill/qt5-toolsfix

[qt5] copy tools dependencies
This commit is contained in:
Robert Schumacher 2017-08-03 04:47:18 -07:00 committed by GitHub
commit 4ca877437c

View File

@ -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)