microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
21.91k stars 6.09k forks source link

[qtdeclarative] Fix post-build check problem #38738

Closed MonicaLiu0311 closed 2 weeks ago

MonicaLiu0311 commented 2 weeks ago

Fixes #38720. After installing qtsvg, a post-build check problem will occur when installing qtdeclarative. Fix it here:

-- Performing post-build validation
warning: The following EXEs were found in /bin or /debug/bin. EXEs are not valid distribution targets.

  E:\all\vcpkg\packages\qtdeclarative_x64-windows-release\bin\svgtoqml.exe

error: Found 1 post-build check problem(s). To submit these ports to curated catalogs, please first correct the portfile: E:\all\vcpkg\ports\qtdeclarative\portfile.cmake
MonicaLiu0311 commented 2 weeks ago

Duplicate of #38682.