Qt VS Tools on 6.8.0
Moved
Unsolved
Qt Creator and other tools
-
wrote on 8 Oct 2024, 13:29 last edited by
I got this when building one of my projects:
5>Qt Deploy: "C:/Qt/6.8.0/msvc2022_64/bin\windeployqt.exe" --list target --qmldir C:\Users\amonra\Documents\GitHub\DSS\DeepSkyStackerLive\ --dir C:\Users\amonra\Documents\GitHub\DSS\x64\Release\ C:\Users\amonra\Documents\GitHub\DSS\x64\Release\DeepSkyStackerLive.exe 5>EXEC : warning : Cannot find any version of the dxcompiler.dll and dxil.dll.
Is this my error, or a VS Tools problem?
Thanks David
-
-
wrote on 6 Mar 2025, 15:34 last edited by
Bump, I am also encountering this.
-
wrote 25 days ago last edited by
Same on one of my PCs (on another one it does deploy these DLLs).
I don't think these DLLs should be needed for my project, and I call windeployqt with the--no-system-d3d-compiler
, shouldn't that prevent it from deploying this dead weight?