Hi, On 04/11/2013 05:32 PM, Dmitrii Volosnykh wrote: > There is the latest activity on gitorious.org/qt/qt5: > v5.1.0-alpha1: Created tag v5.1.0-alpha1 > > Cannot find corresponding one for 5.0.2 release. > > Regards, > Dmitrii.
There are four ways: - Clone http://qt.gitorious.org/qtsdk/qtsdk where the v5.0.2 tag exists. - Clone http://qt.gitorious.org/qt/qt5 and do git submodule update --init git submodule foreach 'git checkout release && git pull --rebase ||:' - Clone each module separately, checkout the v5.0.2 tag and build them - Download the source package http://download.qt-project.org/official_releases/qt/5.0/5.0.2/single/ http://download.qt-project.org/official_releases/qt/5.0/5.0.2/submodules/ Cheers, -- Sergio Ahumada [email protected] _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
