qt5-base[latest]:x64-windows - single configuration builds of Qt (eg. release) are currently not supported #10586
Labels
category:port-bug
The issue is with a library, which is something the port should already support
Host Environment
To Reproduce
Steps to reproduce the behavior:
Set build types to release.
echo.set(VCPKG_BUILD_TYPE release)>> triplets\x64-windows.cmake
Install build Qt.
vcpkg install qt5-base[latest]:x64-windows
Build your Qt based C++ application with something like:
mkdir build && cd build
cmake .. -DQt5_DIR:PATH="%VCPKGDIR%\packages\qt5-base_x64-windows\share\cmake\Qt5"
Failure logs
Specifically:
Additional context
Please fix or revert the regression.
f8165f7#diff-f322c6a00cca5779dfc2edc84a72c0d7
https://github.com/microsoft/vcpkg/blob/master/ports/qt5-base/fixcmake.py#L30
Thanks.
The text was updated successfully, but these errors were encountered: