I want to deploy my first software under linux platforms.
a lot of distribution does not support Qt5 yet.
so i need to include runtime libraries in my program
my question is:
where can i find shared libraries (.so) files? (libQt5Gui.so, libQt5Core.so, ... )
and should i put them in the same compiled program directory or somewhere else?