Em sex 27 jun 2014, às 21:28:41, André Pönitz escreveu: > This pretty much sounds like "If a module uses private API it should > follow Qt Core numbering, if it doesn't it's free to pick anything."
Sounds like a good compromise to me. If a module wants to release out-of-schedule, it will need to use an extra version number, like 5.4.0.1. This also implies that no module that uses private API can be compiled against different versions of Qt. So don't do QT_VERSION checks. If someone has a bug they need fixed, they will just need to upgrade the entire Qt. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
