How to deploy my application?
-
Hi,
I have the sample App, created in Linux with Qt Version 5.5, need to launch the app in other system were Qt is not installed, the App is not launching.
Along the executable i have placed platform folder and libraries ex : libQt5Core.so and libQt5Gui.so etc.
How to make the App launch in other Linux system.
Thanks,
-
Hi,
Please take the time to search the forum. This question has come many times these last months.
The Qt documentation contains deployment guides for all platforms.
In the case of Linux you also have the linuxdeployqt project that can help.
-
@Pradeep-Kumar Definitely search the forums. I know for a fact I've answered this question many times in the last few months.
If however you are still having issues post back to this thread and I can help you out.
-
@Pradeep-Kumar
This also have good info
http://www.tripleboot.org/?p=138
How to build deployment folder for various compilers.