I created a Qt GUI application and I want to provide a linux executable that works as many distributions as possible. Is this possible or should I provide a separate executable for each distribution?
thanks for the help
Check out the LSB . This is the standard that many distributions use so that an LSB-compatible application runs on any of them. This should be a good start. If your application meets LSB requirements, you really have nothing to do.
Qt- , Qt.
: http://doc.trolltech.com/4.6/deployment-x11.html#static-linking
, .
Source: https://habr.com/ru/post/1755275/More articles:Disable dates older than today in the DatePicker plugin - jqueryWhy exactly is onFreeze () used? - functionDifference between UIView and UIControl when dragging inside UIScrollView - iphoneCompute a string as an object without eval () dynamically? - jsonRounding in C-preprocessor - cWhat is the best way to store static data in an iOS app? - iphoneQt + XCompositeRender problem - linuxCase of excluding random pointers: a ternary conditional operator that does not work with string concatenation - javaIs it possible to request a custom workitem field in the TFS SDK - tfsHow to use Liquibase in a maven project with svn - java-eeAll Articles