windeployqt in qt6.0.1 error could not find Qt6Core.dll
-
So before I had my major problems yesterday I was able to run windeployqt without any problems so to speak of. Today after an upgrade of MSVC 2019 and a new install of Qt 6.0.1 I have everything back up and working as far as the build and compiling goes now I'm back to trying to us windeployqt. At first it couldn't find it so I included the path in my environment variables and now I can run it from anywhere but it gives me the error "Could Not Find Qt6Core.dll" as soon as I run it. I created another path environment variable to the lib folder where it exists but still get the same error. Am I doing something wrong or have I missed something. Any help would be greatly appreciated. Thanks
-
@shathcock said in windeployqt in qt6.0.1 error could not find Qt6Core.dll:
so I included the path in my environment variables
Try to use a full path to windeployqt instead of adding its folder to PATH.