[Qt-creator] Qt versions

Sergio Ahumada sahumada at texla.cl
Fri May 30 18:37:34 CEST 2014


El 30/05/14 18:29, Harri Pasanen escribió:
> Qt versioning is still haunting me.
>
> I just pulled the recent stable, building for Android, and the build
> goes ok.  However, after install it insists on claiming it is still Qt
> 5.2.2, and all the libs have 5.2.2 suffix.
>
> harri at touho:~/src/qt5$ git branch
>     dev
> * stable
>
> Based on your explanation below, I would have thought stable is 5.3.x by
> now?
>

what's the sha1 of qt5.git ? something like "git log -1". mine is:

--------------------------------------------------------------------
commit 3192236ddf2957e87444118f7d862e38cc8100fc
Author: Qt Submodule Update Bot <qt_submodule_update_bot at ovi.com>
Date:   Tue May 27 03:34:16 2014 +0300

     Updated submodules.

     Change-Id: If4479c349b595d28e0dd4985259d7d1ed00bb966
     Reviewed-by: Jani Heikkinen <jani.heikkinen at digia.com>
--------------------------------------------------------------------

what happens if you do "git pull --rebase && git submodule update" ?

Cheers,





More information about the Qt-creator mailing list