PDA

View Full Version : how to create installation of app



Pachuca
28th January 2020, 15:58
Hi,

I'm trying to finish my app to work cross platform. I wanted to know how can I turn my code into an actual install/setup file that will work on windows/linux/mac/android etc. I'm using the community version of Qt Creator. Would anyone point in the right direction please?

edit:
Also how would I include 3rd party libraries into it like libsodium?

Thank you!

d_stranz
28th January 2020, 18:03
Reading the documentation on Qt Deployment (https://doc.qt.io/qt-5/deployment.html) should get you started. Be sure to follow the links to specific details for deploying on different platforms.