windeployqt.exe cannot be found in Qt 6.11.1 built with vcpkg #52444
|
|
Replies: 2 comments
|
In vcpkg, The useful check is: dir <vcpkg-root>\installed\x64-windows\tools\Qt6\bin\windeployqt*If that directory has no vcpkg install qttools:x64-windowsor in a manifest: {
"dependencies": [
"qtbase",
"qttools"
]
}Then use the tool from: From the current vcpkg layout, this tool belongs under the Qt tools path, so I would treat "present in 6.10.3 with my previous install" as likely meaning |
|
It has been moved into a separate feature inside qtbase. Lines 618 to 638 in f9ffbaa |
It has been moved into a separate feature inside qtbase.
vcpkg/ports/qtbase/vcpkg.json
Lines 618 to 638 in f9ffbaa