-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[qttools] Install error. #38936
Comments
can you give me an expanded trace with Probably an easy fix by adjusting the script |
vcpkg.json
|
Patch 1:
|
For debug libs it needs to use |
And for testing you can just manually edit the installed tree with the patch above. That avoids reinstalling all of qt. |
The patch works! Thanks. Would you submit a PR? |
Qt 6.7.0 doesn't handle CMake scripts properly at install command.
When using
qt_generate_deploy_app_script
in my CMakeLists and install, it can't findqtpaths.exe
. It is trying to find undervcpkg_installed/x64-windows/bin
but it is invcpkg_installed/x64_windows/tools/Qt6/bin
.Also, when setting the qtpaths manually to correct path, it also trying to find all debug dlls under
vcpkg_installed/x64-windows/bin
instead ofvcpkg_installed/x64_windows/debug/bin
.At least 6.4.3 version was working normally.
Qt really just don't like vcpkg's model, huh?
The text was updated successfully, but these errors were encountered: