-
I am using xmake for Qt project. Qt requires to keep its .dll libraries together with built .exe to find them in runtime. I want to automate this in the way that |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
you should use |
Beta Was this translation helpful? Give feedback.
you should use
xmake run
to run and debug it. it will load all dll files automatically.