Replies: 1 comment
-
This is more a problem on the deployment side than on the building side, but in the Qt world there are tools to help with this. Eg on Windows there is Note that you could also use static linking with Qt instead as discussed in the Qt article https://doc.qt.io/qt-6/deployment.html So you'll likely want to call these command line tools as part of your build, I'm unsure whether we can do something in the |
Beta Was this translation helpful? Give feedback.
-
I want to automate build of my rust project using Qt and copy all required dlls into the output directory. How do I do that? I don't want to mess around with hardcoding paths to libraries, is there a flexible cross-platform solution?
Beta Was this translation helpful? Give feedback.
All reactions