Re: Problems Compiling qt-atspi
Jeremy Whiting <[email protected]>
| Newsgroups | gmane.comp.kde.devel.accessibility |
|---|---|
| Message-ID | <CADWV2K76PNnFt5oqra9x4D457vkX+eEGps3nSHyqn=DhBh-URg@mail.gmail.com> |
On Fri, Sep 9, 2011 at 7:07 AM, Thomas Ward <[email protected]> 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 <[email protected]> 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 > [email protected] > https://mail.kde.org/mailman/listinfo/kde-accessibility >