Kevin Kofler writes: > For applications that support both? In the absence of other criteria (e.g. > features that are not yet ported, or conversely, features that require Qt > 5), the rule of thumb is to build against Qt 5 on Fedora 22 and newer, and > against Qt 4 on Fedora 21 and older. There is also same decision to make regarding libraries that have not been re-packaged to support both qt4 and qt5. One good example is https://admin.fedoraproject.org/pkgdb/package/qjson/ -> there is no separate binary package libqjson-qt5 and libqjson-qt4. The library from source works all right with both but if the library is built and linked against qt4, it can also be used to build application that links against qt5 and everything goes all right. Only downside is immediate SIGSEGV when you invoke methods from the library :) -- Antti -- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct