Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Getting Qt5.1.1 source.
Qt 6.11 is out! See what's new in the release blog

Getting Qt5.1.1 source.

Scheduled Pinned Locked Moved General and Desktop
2 Posts 1 Posters 1.5k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    manishsharma
    wrote on last edited by
    #1

    Hi,

    I am cloning Qt5 source code. I want to use Qt5.1.1 instead of latest code. Below is what i am doing.

    @
    git clone git://gitorious.org/qt/qt5.git qt5

    cd qt5

    git checkout stable

    perl init-repository --no-webkit

    git checkout v5.1.1

    git submodule update --recursive

    configure -developer-build -opensource -nomake examples -nomake tests -mp -opengl desktop

    nmake@

    I am getting errors in QtLocation module for module version. After manually adding module version i am getting errors for missing 3d module?

    Am i doing the clone correct? Do i have to re-run
    perl init-repository --no-webkit after i checkout v5.1.1?

    1 Reply Last reply
    0
    • M Offline
      M Offline
      manishsharma
      wrote on last edited by
      #2

      Below steps worked.
      @
      git clone git://gitorious.org/qt/qt5.git qt5

      cd qt5
       
      git checkout v5.1.1
       
      perl init-repository --no-webkit
       
       
      configure -developer-build -opensource -nomake examples -nomake tests -mp -opengl desktop
       
      nmake
      

      @

      Looks like after checkout we have to run init-repository command.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved