xmake-io / xmake

🔥 A cross-platform build utility based on Lua
https://xmake.io
Apache License 2.0
9.87k stars 776 forks source link

Qt DLLs not found with vsxmake2022 #5295

Closed charlesseizilles closed 2 months ago

charlesseizilles commented 2 months ago

Xmake Version

2.9.3+dev

Operating System Version and Architecture

Windows 10 Pro version 22H2

Describe Bug

When trying to run a Qt application from visual studio with a solution generated by the vsxmake2022 kind, I get the following error: image

It works fine from the command line xmake r or with the vs2022 kind.

Expected Behavior

DLLs should be found.

Project Configuration

xmake.zip

Additional Information and Error Logs

.

SirLynix commented 2 months ago

it works fine for me, did you regenerate your vsxmake project recently?

charlesseizilles commented 2 months ago

I've just built it for the minimal example

charlesseizilles commented 2 months ago

It seems my installation was corrupted. It works.