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. Why does Qt offline installer require internet?
Forum Updated to NodeBB v4.3 + New Features

Why does Qt offline installer require internet?

Scheduled Pinned Locked Moved Unsolved General and Desktop
11 Posts 5 Posters 1.5k Views 2 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.
  • Q Q139

    Why does latest and greatest Qt offline installer require internet and are almost all download mirrors broken for weeks?

    https://download.qt.io/official_releases/qt/5.12/5.12.11/qt-opensource-windows-x86-5.12.11.exe.mirrorlist

    In my case 1 mirror out of 17 worked for download, also tested last week.

    jsulmJ Offline
    jsulmJ Offline
    jsulm
    Lifetime Qt Champion
    wrote on last edited by
    #2

    @Q139 Qt 5.12.11 is not latest. What exact installer did you download and what does not work if there is no Internet connection?

    https://forum.qt.io/topic/113070/qt-code-of-conduct

    JKSHJ 1 Reply Last reply
    0
    • jsulmJ jsulm

      @Q139 Qt 5.12.11 is not latest. What exact installer did you download and what does not work if there is no Internet connection?

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

      @jsulm said in Why does Qt offline installer require internet?:

      Qt 5.12.11 is not latest.

      Unfortunately, that is the latest offline installer available to non-commercial users. All newer installers are online only.

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

      jsulmJ 1 Reply Last reply
      2
      • JKSHJ JKSH

        @jsulm said in Why does Qt offline installer require internet?:

        Qt 5.12.11 is not latest.

        Unfortunately, that is the latest offline installer available to non-commercial users. All newer installers are online only.

        jsulmJ Offline
        jsulmJ Offline
        jsulm
        Lifetime Qt Champion
        wrote on last edited by
        #4

        @JKSH Ah, you're right, forgot about that.

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0
        • Q Q139

          Why does latest and greatest Qt offline installer require internet and are almost all download mirrors broken for weeks?

          https://download.qt.io/official_releases/qt/5.12/5.12.11/qt-opensource-windows-x86-5.12.11.exe.mirrorlist

          In my case 1 mirror out of 17 worked for download, also tested last week.

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

          @Q139 said in Why does Qt offline installer require internet?:

          Why does latest and greatest Qt offline installer require internet

          If you have an active network connection, the installer will try to use it to query your account licenses.

          To make it truly offline, temporarily disable your network adapters (see https://wiki.qt.io/Ifw_FAQ )

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

          Q 1 Reply Last reply
          1
          • JKSHJ JKSH

            @Q139 said in Why does Qt offline installer require internet?:

            Why does latest and greatest Qt offline installer require internet

            If you have an active network connection, the installer will try to use it to query your account licenses.

            To make it truly offline, temporarily disable your network adapters (see https://wiki.qt.io/Ifw_FAQ )

            Q Offline
            Q Offline
            Q139
            wrote on last edited by
            #6

            @JKSH Tryed but cannot continue to install with no adapters and various proxy settings.

            P 1 Reply Last reply
            1
            • Q Q139

              @JKSH Tryed but cannot continue to install with no adapters and various proxy settings.

              P Offline
              P Offline
              pip010
              wrote on last edited by
              #7

              @Q139 You are out of luck. The QtCompay or whatever, are aggressively pushing to sell the commercial licenses, and that is one of the many nasty moves in the past few years. You are basically either on your own trying to build Qt using their custom qmake system with so may dependencies (like OpennSSL, ICU) but also Python, Perl etc. See: https://doc.qt.io/qt-5/windows-requirements.html
              Or option 2, you are stuck with version 5.12 forever. So far the company I work for is neither capable of maintaining own Qt builds (not enough man power) neither willing to go with commercial license mainly because we do comply with LGPL and we use <1% of the Qt Framework.

              I guess the GOOD news is, since version 6, CMake will be the default build system, see: https://www.qt.io/blog/qt-6-build-system

              jsulmJ 1 Reply Last reply
              0
              • P pip010

                @Q139 You are out of luck. The QtCompay or whatever, are aggressively pushing to sell the commercial licenses, and that is one of the many nasty moves in the past few years. You are basically either on your own trying to build Qt using their custom qmake system with so may dependencies (like OpennSSL, ICU) but also Python, Perl etc. See: https://doc.qt.io/qt-5/windows-requirements.html
                Or option 2, you are stuck with version 5.12 forever. So far the company I work for is neither capable of maintaining own Qt builds (not enough man power) neither willing to go with commercial license mainly because we do comply with LGPL and we use <1% of the Qt Framework.

                I guess the GOOD news is, since version 6, CMake will be the default build system, see: https://www.qt.io/blog/qt-6-build-system

                jsulmJ Offline
                jsulmJ Offline
                jsulm
                Lifetime Qt Champion
                wrote on last edited by
                #8

                @pip010 said in Why does Qt offline installer require internet?:

                you are stuck with version 5.12 forever

                This is not true to my knowledge. Open source users get binaries for all major Qt versions (like 5.15). What they do not get are bug fix releases (last number in version number like x in 5.15.x).

                https://forum.qt.io/topic/113070/qt-code-of-conduct

                P 1 Reply Last reply
                0
                • VRoninV Offline
                  VRoninV Offline
                  VRonin
                  wrote on last edited by VRonin
                  #9

                  I know it's not really an installer but you can download the releases in .zip format from https://download.qt.io/online/qtsdkrepository/ (you need to navigate to the correct subdir for your system and target) then you just uncompress them without the need on a connection. There is also a python script that simplifies the download and allows you to automate it

                  "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
                  ~Napoleon Bonaparte

                  On a crusade to banish setIndexWidget() from the holy land of Qt

                  1 Reply Last reply
                  2
                  • jsulmJ jsulm

                    @pip010 said in Why does Qt offline installer require internet?:

                    you are stuck with version 5.12 forever

                    This is not true to my knowledge. Open source users get binaries for all major Qt versions (like 5.15). What they do not get are bug fix releases (last number in version number like x in 5.15.x).

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

                    @jsulm So where can I get an installer for 5.15.0 ? Not from here: https://download.qt.io/official_releases/qt/5.15/

                    jsulmJ 1 Reply Last reply
                    0
                    • P pip010

                      @jsulm So where can I get an installer for 5.15.0 ? Not from here: https://download.qt.io/official_releases/qt/5.15/

                      jsulmJ Offline
                      jsulmJ Offline
                      jsulm
                      Lifetime Qt Champion
                      wrote on last edited by
                      #11

                      @pip010 You can get it using online installer. Offline installer is now only for commercial users for newer versions as far as I know.

                      https://forum.qt.io/topic/113070/qt-code-of-conduct

                      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