diff --git a/ports/qt5/portfile.cmake b/ports/qt5/portfile.cmake index 6b11a8abe4..f2e19d4c6c 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()