Re: [Development] Versioning is not working for custom Qt5 addons

2012-11-01 Thread Oswald Buddenhagen
On Thu, Nov 01, 2012 at 01:03:33AM +0400, Denis Shienkov wrote: > When creating a custom add-on for Qt5 not correctly applied version > number for the target. > > For example, file /modules/qt_myaddon.pri have following content: > these files are autogenerated. set the VERSION in the project fil

[Development] Versioning is not working for custom Qt5 addons

2012-10-31 Thread Denis Shienkov
Hello all. When creating a custom add-on for Qt5 not correctly applied version number for the target. For example, file /modules/qt_myaddon.pri have following content: ... QT.myaddon.VERSION = 1.0.0 QT.myaddon.MAJOR_VERSION = 1 QT.myaddon.MINOR_VERSION = 0 QT.myaddon.PATCH_VERSION = 0 ... and