c++ - How to compile (build) my Qt application to run on many linux distributions? -


I have created a QT GUI application and I want to provide a Linux executable which runs as much distribution as possible. Is it possible or will I have to provide different performance for each delivery?

Thanks for your help

Take a look at this one such standard , To allow the application to comply with LSB to run on any one, many distributions are followed. It should be a good start if your app is LSB compliant, so there is not really much that you can do.


Comments