[qt5] remove the empty plugins/gamepads folder (which caused a installation failure).

This commit is contained in:
sdcb 2016-11-10 11:13:56 +08:00
parent cd22281a94
commit 6e30c933f1

View File

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