diff options
| author | sdcb <sdflysha@qq.com> | 2016-11-10 11:13:56 +0800 |
|---|---|---|
| committer | sdcb <sdflysha@qq.com> | 2016-11-10 11:13:56 +0800 |
| commit | 6e30c933f16870f84709e46b117b0e253f856135 (patch) | |
| tree | 089bab6246e074ceb018fecb9e36edc1398157c0 | |
| parent | cd22281a945cd9d011f6937dfaf62f603c2d2d81 (diff) | |
| download | vcpkg-6e30c933f16870f84709e46b117b0e253f856135.tar.gz vcpkg-6e30c933f16870f84709e46b117b0e253f856135.zip | |
[qt5] remove the empty plugins/gamepads folder (which caused a installation failure).
| -rw-r--r-- | ports/qt5/portfile.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/qt5/portfile.cmake b/ports/qt5/portfile.cmake index 6b11a8abe..f2e19d4c6 100644 --- a/ports/qt5/portfile.cmake +++ b/ports/qt5/portfile.cmake @@ -144,4 +144,6 @@ vcpkg_execute_required_process( file(INSTALL ${SOURCE_PATH}/LICENSE.LGPLv3 DESTINATION ${CURRENT_PACKAGES_DIR}/share/qt5 RENAME copyright) +file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/plugins/gamepads) + vcpkg_copy_pdbs() |
