Building on Windows with vcpkg Debug config #4089
-
When going through the build instructions for Windows on vcpkg I try to build with the "Debug" config instead of the "Release" config but get this error when running the compiled .exe file Compiling with the "Release" config as outlined in the build instructions works just fine. Any ideas on how I can resolve this? |
Beta Was this translation helpful? Give feedback.
Answered by
kornes
Oct 30, 2022
Replies: 1 comment 2 replies
-
i ran into that problem few months ago and from what i recall from quick look, debug build coudlnt find plugins.
in |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
2547techno
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i ran into that problem few months ago and from what i recall from quick look, debug build coudlnt find plugins.
Workaround for me was to add
in
resources\qt.conf
proper fix would require deeper search