Many thanks for your tip! On Wed, Oct 8, 2014 at 10:08 AM, Ziller Eike <[email protected]> wrote: > > On Oct 7, 2014, at 8:43 AM, Robert Iakobashvili <[email protected]> wrote: > >> On Mon, Sep 22, 2014 at 1:03 PM, Sorvig Morten <[email protected]> >> wrote: >>> >>>> On 19 Sep 2014, at 11:28, Sorvig Morten <[email protected]> wrote: >>>> >>>> This will indeed receive attention in the coming days. There are already >>>> some patches attached to the QTBUGs. I’ll post back here once we have a >>>> complete patch set ready. Target branches are Qt 5.3 and Qt 4.8. >>> >>> I’m using QTBUG-32896 as a metabug to track the effort. >>> >>> Here’s the current patch set (5.3): >>> >>> qmake - framework bundle hierarchy (QTBUG-32895): >>> https://codereview.qt-project.org/95454 >>> qmake - “_debug" in CFBundleExecutable (QTBUG-32894): >>> https://codereview.qt-project.org/95455 >>> qmake - add CFBundleVersion: https://codereview.qt-project.org/95456 >>> macdeployqt - “Current” version symlinks: >>> https://codereview.qt-project.org/#/c/95442/ >>> >>> Are these patches sufficient? If not, what’s missing? >>> >>> Morten >>> >> >> I see that they were integrated to 5.3. >> But when I get the 5.3 branch from git, the last commits seen in log are >> dated August and these patches have been merged on October 1. >> >> git clone git://gitorious.org/qt/qt5.git qt-5 >> cd gt5 >> git checkout 5.3 >> >> Shall I take some another branch or switch to something? > > The commits referenced for the submodules in the qt5.git are always a bit > behind. To get the absolutely latest commit for a submodule, go into that > submodule and checkout the corresponding branch there: > > cd qt5/qtbase > git checkout 5.3 > git pull >
Eike Ziller, Thank you very much for this tip. Kind regards, Robert _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
