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. can not download Qt online installer

can not download Qt online installer

Scheduled Pinned Locked Moved Unsolved General and Desktop
11 Posts 5 Posters 1.6k Views
  • 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.
  • I Offline
    I Offline
    icebergenergy
    wrote on last edited by icebergenergy
    #1

    Tried three times, with pause for 7 days
    Is there other way (unpacked version) to build with visual studio 2019?
    Need to make it asap
    Kindly advise!!2.jpg

    SGaistS 1 Reply Last reply
    0
    • I icebergenergy

      Tried three times, with pause for 7 days
      Is there other way (unpacked version) to build with visual studio 2019?
      Need to make it asap
      Kindly advise!!2.jpg

      SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      That question has been asked many times already this past week. There's seems to be a rampant mirror issue as of late. Please search the forum. There are now plenty of answer that explain how to select a different mirror.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • I Offline
        I Offline
        icebergenergy
        wrote on last edited by
        #3

        if you skip part with msvc you still get same errors for basic libraries

        1 Reply Last reply
        0
        • I Offline
          I Offline
          icebergenergy
          wrote on last edited by
          #4

          Can you share link with answer please?

          C 1 Reply Last reply
          0
          • I icebergenergy

            Can you share link with answer please?

            C Offline
            C Offline
            CPPUIX
            wrote on last edited by
            #5

            @icebergenergy
            See if this solves your problem

            1 Reply Last reply
            0
            • I Offline
              I Offline
              icebergenergy
              wrote on last edited by
              #6

              It solves problem for mac, i need to change mirror in windows

              C 1 Reply Last reply
              0
              • I icebergenergy

                It solves problem for mac, i need to change mirror in windows

                C Offline
                C Offline
                CPPUIX
                wrote on last edited by CPPUIX
                #7

                @icebergenergy go to the bottom of the page (Selecting a mirror for opensource).

                Link: Online installer wiki

                And did you try the solution that jslum provided in that link? Because they suggested it to a windows user.

                I 1 Reply Last reply
                1
                • C CPPUIX

                  @icebergenergy go to the bottom of the page (Selecting a mirror for opensource).

                  Link: Online installer wiki

                  And did you try the solution that jslum provided in that link? Because they suggested it to a windows user.

                  I Offline
                  I Offline
                  icebergenergy
                  wrote on last edited by icebergenergy
                  #8

                  @Abderrahmene_Rayene yes, it's a clue

                  C:\Users\user> <installer_executable> --help
                  The syntax of the command is incorrect.

                  qt-unified-windows-x64-4.5.2-online.exe> --help
                  The syntax of the command is incorrect.

                  C 1 Reply Last reply
                  0
                  • I icebergenergy

                    @Abderrahmene_Rayene yes, it's a clue

                    C:\Users\user> <installer_executable> --help
                    The syntax of the command is incorrect.

                    qt-unified-windows-x64-4.5.2-online.exe> --help
                    The syntax of the command is incorrect.

                    C Offline
                    C Offline
                    CPPUIX
                    wrote on last edited by CPPUIX
                    #9

                    @icebergenergy That's not the command to switch mirrors.

                    Try this:

                    Open a terminal in your qt installer folder and use this command:

                    qt-unified-windows-x64-4.5.2-online.exe --mirror http://www.nic.funet.fi/pub/mirrors/download.qt-project.org
                    

                    and then try to install qt again.

                    If the above doesn't work, change the link in the command with the one of the following, until it works:

                    • https://download.qt.io/online/qtsdkrepository/windows_x86/root/qt/Updates.xml.meta4

                    • https://download.qt.io/online/qtsdkrepository/windows_x86/root/qt/Updates.xml.metalink

                    • https://download.qt.io/online/qtsdkrepository/windows_x86/root/qt/Updates.xml.torrent

                    • https://download.qt.io/online/qtsdkrepository/windows_x86/root/qt/Updates.xml.magnet

                    • https://mirror.netcologne.de/qtproject/online/qtsdkrepository/windows_x86/root/qt/Updates.xml

                    • https://ftp.fau.de/qtproject/online/qtsdkrepository/windows_x86/root/qt/Updates.xml

                    • https://ftp1.nluug.nl/languages/qt/online/qtsdkrepository/windows_x86/root/qt/Updates.xml

                    • https://ftp2.nluug.nl/languages/qt/online/qtsdkrepository/windows_x86/root/qt/Updates.xml

                    • https://qt-mirror.dannhauer.de/online/qtsdkrepository/windows_x86/root/qt/Updates.xml

                    • https://mirrors.ukfast.co.uk/sites/qt.io/online/qtsdkrepository/windows_x86/root/qt/Updates.xml

                    • https://mirrors.dotsrc.org/qtproject/online/qtsdkrepository/windows_x86/root/qt/Updates.xml

                    • https://www.nic.funet.fi/pub/mirrors/download.qt-project.org/online/qtsdkrepository/windows_x86/root/qt/Updates.xml

                    • https://ftp.acc.umu.se/mirror/qt.io/qtproject/online/qtsdkrepository/windows_x86/root/qt/Updates.xml

                    • https://master.qt.io/online/qtsdkrepository/windows_x86/root/qt/Updates.xml

                    • https://qt.mirror.constant.com/online/qtsdkrepository/windows_x86/root/qt/Updates.xml

                    • https://mirrors.ustc.edu.cn/qtproject/online/qtsdkrepository/windows_x86/root/qt/Updates.xml

                    • https://mirrors.sjtug.sjtu.edu.cn/qt/online/qtsdkrepository/windows_x86/root/qt/Updates.xml

                    • https://ftp.jaist.ac.jp/pub/qtproject/online/qtsdkrepository/windows_x86/root/qt/Updates.xml

                    P 1 Reply Last reply
                    1
                    • C CPPUIX referenced this topic on
                    • C CPPUIX

                      @icebergenergy That's not the command to switch mirrors.

                      Try this:

                      Open a terminal in your qt installer folder and use this command:

                      qt-unified-windows-x64-4.5.2-online.exe --mirror http://www.nic.funet.fi/pub/mirrors/download.qt-project.org
                      

                      and then try to install qt again.

                      If the above doesn't work, change the link in the command with the one of the following, until it works:

                      • https://download.qt.io/online/qtsdkrepository/windows_x86/root/qt/Updates.xml.meta4

                      • https://download.qt.io/online/qtsdkrepository/windows_x86/root/qt/Updates.xml.metalink

                      • https://download.qt.io/online/qtsdkrepository/windows_x86/root/qt/Updates.xml.torrent

                      • https://download.qt.io/online/qtsdkrepository/windows_x86/root/qt/Updates.xml.magnet

                      • https://mirror.netcologne.de/qtproject/online/qtsdkrepository/windows_x86/root/qt/Updates.xml

                      • https://ftp.fau.de/qtproject/online/qtsdkrepository/windows_x86/root/qt/Updates.xml

                      • https://ftp1.nluug.nl/languages/qt/online/qtsdkrepository/windows_x86/root/qt/Updates.xml

                      • https://ftp2.nluug.nl/languages/qt/online/qtsdkrepository/windows_x86/root/qt/Updates.xml

                      • https://qt-mirror.dannhauer.de/online/qtsdkrepository/windows_x86/root/qt/Updates.xml

                      • https://mirrors.ukfast.co.uk/sites/qt.io/online/qtsdkrepository/windows_x86/root/qt/Updates.xml

                      • https://mirrors.dotsrc.org/qtproject/online/qtsdkrepository/windows_x86/root/qt/Updates.xml

                      • https://www.nic.funet.fi/pub/mirrors/download.qt-project.org/online/qtsdkrepository/windows_x86/root/qt/Updates.xml

                      • https://ftp.acc.umu.se/mirror/qt.io/qtproject/online/qtsdkrepository/windows_x86/root/qt/Updates.xml

                      • https://master.qt.io/online/qtsdkrepository/windows_x86/root/qt/Updates.xml

                      • https://qt.mirror.constant.com/online/qtsdkrepository/windows_x86/root/qt/Updates.xml

                      • https://mirrors.ustc.edu.cn/qtproject/online/qtsdkrepository/windows_x86/root/qt/Updates.xml

                      • https://mirrors.sjtug.sjtu.edu.cn/qt/online/qtsdkrepository/windows_x86/root/qt/Updates.xml

                      • https://ftp.jaist.ac.jp/pub/qtproject/online/qtsdkrepository/windows_x86/root/qt/Updates.xml

                      P Offline
                      P Offline
                      PolywickStudio
                      wrote on last edited by
                      #10

                      Is there an updated mirror list, which have the full set of QT 6.4.2 or QT 5.15.2 files?

                      Suggestion.
                      There should be verified mirror, which have the full set of files for installing.

                      JKSHJ 1 Reply Last reply
                      0
                      • P PolywickStudio

                        Is there an updated mirror list, which have the full set of QT 6.4.2 or QT 5.15.2 files?

                        Suggestion.
                        There should be verified mirror, which have the full set of files for installing.

                        JKSHJ Offline
                        JKSHJ Offline
                        JKSH
                        Moderators
                        wrote on last edited by
                        #11

                        @PolywickStudio said in can not download Qt online installer:

                        Is there an updated mirror list, which have the full set of QT 6.4.2 or QT 5.15.2 files?

                        The master.qt.io mirror should always be up-to-date. The other mirrors are based on that one.

                        Suggestion.
                        There should be verified mirror, which have the full set of files for installing.

                        Can you please let us know which mirror(s) you've found to have incomplete files?

                        Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                        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