Using Qt app in other PC
-
Hello!!
I have developed an application that I want to use in other PC without Qt.
I just copied the release folder but I get this error:
What do I need to do?
Thank you very much
@ivanicy said in Using Qt app in other PC:
I just copied the release folder but I get this error:
You must deploy your application, not just copy its folder. See e.g.
windeployqt, https://doc.qt.io/qt-5/windows-deployment.html. -
@ivanicy said in Using Qt app in other PC:
I just copied the release folder but I get this error:
You must deploy your application, not just copy its folder. See e.g.
windeployqt, https://doc.qt.io/qt-5/windows-deployment.html.