Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Connecting Qt SDK to https://qt.gitorious.org/qt
Forum Updated to NodeBB v4.3 + New Features

Connecting Qt SDK to https://qt.gitorious.org/qt

Scheduled Pinned Locked Moved Installation and Deployment
6 Posts 2 Posters 2.8k 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.
  • P Offline
    P Offline
    PortHarcourtBoy
    wrote on last edited by
    #1

    Hello,

    I am trying to connect Qt SDK to the https://qt.gitorious.org/qt so I can download older versions of Qt (4.4.0) to build an old project. I've entered the address as a User Defined Repository but I get an error message saying "URL scheme not supported". Any help with this would be well appreciated. Thank you very much.

    Best regards

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      You need to use git for that, not the SDK.

      (Z(:^

      1 Reply Last reply
      0
      • P Offline
        P Offline
        PortHarcourtBoy
        wrote on last edited by
        #3

        Thank you. Is it possible to configure the Qt SDK Updater to access a local directory after I do that? Thanks again!

        1 Reply Last reply
        0
        • sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          I don't know, I don't use the SDK.

          If you mean "will this new Qt version be available in Qt Creator?" then the answer is yes - you ust need to add it in options->Build & Run->Qt Versions (well, depends on how you configure Qt build - sometimes QtC will pick it up automatically).

          (Z(:^

          1 Reply Last reply
          0
          • P Offline
            P Offline
            PortHarcourtBoy
            wrote on last edited by
            #5

            I've been pulling teeth for the last few days to make that to happen... I keep getting build errors when I run nmake. Can you please walk me through how you actually get it to build with whatever method you use? I thank you very much in advance.

            1 Reply Last reply
            0
            • sierdzioS Offline
              sierdzioS Offline
              sierdzio
              Moderators
              wrote on last edited by
              #6

              uuh, Windows, that's always tricky. OK let's try. This will be a shortened, concise list, if any step is unclear or does not work, ask.

              Don't use source code provided by Qt Nokia SDK, it's not fit for building (I don't know why, but that's what people do say).

              Assuming you use a new version (Qt >= 4.8), you need Perl in your path. For Qt5, the list also includes ICU, Python and probably Ruby (I know... :().

              Decide which compiler you want to use. Since you mentioned nmake, I suppose you are interested in MSVC. Note that only Qt4.8.4 is prepared for MSVC2012. You saind about Qt 4.4 in your first post - I suspect this one might be unaware of MSVC2010, too.

              Remember, MSVC and GCC are not binary compatible. Additionally, MSVC tends not to be BC between releases. This means you have to compile your programs with the same compiler that was used to build Qt.

              So, get your code from gitorious or Qt Project downloads (.zip package, don't use tar.gz on Windows). Unpack it if needed.

              Open cmd.exe (preferably one found in MS VisualStudio that has all the paths already set up).

              Verify compiler is there by running "cl".

              cd into Qt sources, type configure.exe -prefix

              (Z(:^

              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