I wrote and compiled a program in QT, but I wanted to be able to send the .exe file to run on another computer. However, some .dll files are needed to ship with the application.
What are the locations of these dll files?
I wrote and compiled a program in QT, but I wanted to be able to send the .exe file to run on another computer. However, some .dll files are needed to ship with the application.
What are the locations of these dll files?
Inthe docs, there's a chapter about it:
http://doc.qt.io/qt-5/windows-deployment.html
at the very end it mentions the windeployqt
command
If you mean the Qt *.dll files, they are located in the bin folder, inside your Qt installation directory.