[Kde-accessibility] Problems Compiling qt-atspi

Jeremy Whiting jpwhiting at kde.org
Fri Sep 9 14:02:45 UTC 2011


On Fri, Sep 9, 2011 at 7:07 AM, Thomas Ward <thomasward1978 at gmail.com> wrote:
> Hi Fredrik and all,
>
> I confirmed I'm pointing to the correct qmake. I don't know how or why
> but it appears I downloaded 4.7.4 by mistake. According to the libs I
> compiled the version number is 4.7.4. I guesss the question is for me
> is there a way to specify to git I want 4.8 specifically?

Your git clone should have every branch in it.  check
git branch -a
output to see which branch you are using (likely master).  Then do
git checkout -b 4.8 origin/4.8
to get the 4.8 branch as a local tracking branch called 4.8.

Jeremy
>
> I can try and reclone the Qt source again, but I'm concerned it will
> grab the 4.7.4 source unless I do something to specify want 4.8.
>
> Thanks.
>
>
> On 9/9/11, Frederik Gladhorn <gladhorn at kde.org> wrote:
>> Hi Thomas,
>>
>> I think Mike is right - simply check that you have the right qmake in the
>> path
>> - qmake --version tells you which version you have. When building Qt,
>> remember
>> to export PATH and LD_LIBRARY_PATH.
>>
>> Greetings
>> Frederik
> _______________________________________________
> kde-accessibility mailing list
> kde-accessibility at kde.org
> https://mail.kde.org/mailman/listinfo/kde-accessibility
>


More information about the kde-accessibility mailing list