diff options
| -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() |
