Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
windeployqt.exe for exe QT dependencies
-
I have ProjectA.exe which links to ProjectB.dll, both are linked to QT, do I need to run windeployqt.exe on both .exe and dll or there is a way to run it only on the exe and it will resolve it'd dependencies and the QT dll dependencies as well
-
Hi,
AFAIK, you only need to run it against your application.
Note that's typically something that is faster tested than waiting for an answer on the forum.