Results 1 to 2 of 2

Thread: Git checkout syntax for Qt version?

  1. #1
    Join Date
    Jan 2014
    Posts
    13
    Thanks
    3

    Default Git checkout syntax for Qt version?

    The wiki shows how I can get the latest 4.* source from git:
    Qt Code:
    1. git clone git://gitorious.org/qt/qt.git
    To copy to clipboard, switch view to plain text mode 
    But what's the syntax for get a particular version, say 4.8.2?

    _chouqud_

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Git checkout syntax for Qt version?

    If you just want the sources at a particular version then they are available here:
    http://download.qt-project.org/archive/qt/
    without having to clone the entire repository.

    If you want to use Git then, once you have cloned the repository, you use the git checkout command:
    Qt Code:
    1. $ git checkout tags/v4.8.2
    To copy to clipboard, switch view to plain text mode 
    (where v4.8.2 is one of the tags in the repository) should do it.

Similar Threads

  1. Replies: 0
    Last Post: 18th April 2013, 10:09
  2. Auto checkout files using Perforce
    By JonnyJP in forum Qt Tools
    Replies: 0
    Last Post: 3rd May 2012, 09:07
  3. Help Checkout from qt gitrious
    By seanasl in forum Qt Programming
    Replies: 1
    Last Post: 2nd January 2012, 23:41
  4. Replies: 1
    Last Post: 11th November 2009, 10:46
  5. Replies: 5
    Last Post: 5th October 2008, 05:12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.