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
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