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. Offline installers
Forum Updated to NodeBB v4.3 + New Features

Offline installers

Scheduled Pinned Locked Moved Solved Installation and Deployment
17 Posts 6 Posters 32.0k 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.
  • SGaistS SGaist

    @Uberlinc said in Offline installers:

    Please note: Selecting "Qt Version" gives no drop-down options. Only option is "None"

    Because you didn't not install any Qt version.

    U Offline
    U Offline
    Uberlinc
    wrote on last edited by
    #8

    @SGaist said in Offline installers:

    @Uberlinc said in Offline installers:

    Please note: Selecting "Qt Version" gives no drop-down options. Only option is "None"

    Because you didn't not install any Qt version.

    ...... and?

    (I'm sure you know where I'm going with this.)

    The original post shows a screenshot of the exact offline installer file that I downloaded.
    I selected all options.
    I ran at its entirety.

    Is there another file that I should have installed as well?

    Does this mean that you need to install a base install of Qt5 and then also the Qt Creator installer as well?

    Please, help me out here.
    I don't understand, so you might need to spell it out for me.

    Many thanks.

    JonBJ 1 Reply Last reply
    0
    • U Uberlinc

      @SGaist said in Offline installers:

      @Uberlinc said in Offline installers:

      Please note: Selecting "Qt Version" gives no drop-down options. Only option is "None"

      Because you didn't not install any Qt version.

      ...... and?

      (I'm sure you know where I'm going with this.)

      The original post shows a screenshot of the exact offline installer file that I downloaded.
      I selected all options.
      I ran at its entirety.

      Is there another file that I should have installed as well?

      Does this mean that you need to install a base install of Qt5 and then also the Qt Creator installer as well?

      Please, help me out here.
      I don't understand, so you might need to spell it out for me.

      Many thanks.

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by JonB
      #9

      @Uberlinc
      Let's see if this helps:

      • Qt Creator is an "IDE", for editing/developing/compiling/debugging. If that's all you install, you can probably edit files and that's about it.

      • To compile stuff you edit you'll need a compiler, plus a debugger helps, such as MSVC or MinGW/gcc plus gdb debugger. If that's all you install, you can probably develop plain, non-Qt standalone C++ programs (if Creator allows that, I don't know).

      • To compile/run programs which want to use Qt header files/libraries/run-time you also need a version of Qt itself installed. (Incidentally, this is all that end-users of anything you develop need.) Without that is where you are with no Qt version in Kits.

      U 1 Reply Last reply
      0
      • JonBJ JonB

        @Uberlinc
        Let's see if this helps:

        • Qt Creator is an "IDE", for editing/developing/compiling/debugging. If that's all you install, you can probably edit files and that's about it.

        • To compile stuff you edit you'll need a compiler, plus a debugger helps, such as MSVC or MinGW/gcc plus gdb debugger. If that's all you install, you can probably develop plain, non-Qt standalone C++ programs (if Creator allows that, I don't know).

        • To compile/run programs which want to use Qt header files/libraries/run-time you also need a version of Qt itself installed. (Incidentally, this is all that end-users of anything you develop need.) Without that is where you are with no Qt version in Kits.

        U Offline
        U Offline
        Uberlinc
        wrote on last edited by Uberlinc
        #10

        @JonB said in Offline installers:

        • To compile/run programs which want to use Qt header files/libraries/run-time you also need a version of Qt itself installed. (Incidentally, this is all that end-users of anything you develop need.) Without that is where you are with no Qt version in Kits.

        Great!

        Now, given that I have installed:

        1. A base install of minGW
        2. This offline installer which, I believe, is Qt Creator:
          90d81ef7-ce3d-407b-8896-3c76870b1c5c-image.png

        What other file/installer must I download and install to complete this installation?

        If you could please point me to a specific file in a specific location, that would be much appreciated.
        (And, please note, I require an offline installer to complete this - the online one simply does not work for me.)

        Many thanks.

        JonBJ 1 Reply Last reply
        0
        • U Uberlinc

          @JonB said in Offline installers:

          • To compile/run programs which want to use Qt header files/libraries/run-time you also need a version of Qt itself installed. (Incidentally, this is all that end-users of anything you develop need.) Without that is where you are with no Qt version in Kits.

          Great!

          Now, given that I have installed:

          1. A base install of minGW
          2. This offline installer which, I believe, is Qt Creator:
            90d81ef7-ce3d-407b-8896-3c76870b1c5c-image.png

          What other file/installer must I download and install to complete this installation?

          If you could please point me to a specific file in a specific location, that would be much appreciated.
          (And, please note, I require an offline installer to complete this - the online one simply does not work for me.)

          Many thanks.

          JonBJ Offline
          JonBJ Offline
          JonB
          wrote on last edited by
          #11

          @Uberlinc
          I'm not an expert on this, just trying to help you. I think you need to go to https://www.qt.io/offline-installers and pick the Qt for your platform. I trust this applies for the open source version, not just the commercial one, you will have to verify that or wait for someone else to correct this.. I note that says it includes Qt Creator as well, so you may not have needed your download.

          Note it also says

          We recommend you use the Qt Online Installer for first time installations and the Qt Maintenance Tool for changes to a current install.

          Finally, I believe there have been recent changes at Qt Company which mean that downloads now require a logon account, which may make offline installing trickier....

          I don't know any more than this, sorry, so if you feel you need confirmation from a Qt expert please wait....

          U 1 Reply Last reply
          0
          • JonBJ JonB

            @Uberlinc
            I'm not an expert on this, just trying to help you. I think you need to go to https://www.qt.io/offline-installers and pick the Qt for your platform. I trust this applies for the open source version, not just the commercial one, you will have to verify that or wait for someone else to correct this.. I note that says it includes Qt Creator as well, so you may not have needed your download.

            Note it also says

            We recommend you use the Qt Online Installer for first time installations and the Qt Maintenance Tool for changes to a current install.

            Finally, I believe there have been recent changes at Qt Company which mean that downloads now require a logon account, which may make offline installing trickier....

            I don't know any more than this, sorry, so if you feel you need confirmation from a Qt expert please wait....

            U Offline
            U Offline
            Uberlinc
            wrote on last edited by
            #12

            @JonB said in Offline installers:

            @Uberlinc
            I'm not an expert on this, just trying to help you. I think you need to go to https://www.qt.io/offline-installers and pick the Qt for your platform.

            Yes, this is exactly what I did.

            Note it also says

            We recommend you use the Qt Online Installer for first time installations and the Qt Maintenance Tool for changes to a current install.

            Okay, so it would appear that something fundamental has changed in the installation packages since I installed it last time that makes it difficult to fully complete an offline installation?

            Finally, I believe there have been recent changes at Qt Company which mean that downloads now require a logon account, which may make offline installing trickier....

            I believe that I actually have a logon account (is that the same one which is required to be active/ask questions on this forum?) so that is not a problem.

            I don't know any more than this, sorry, so if you feel you need confirmation from a Qt expert please wait....

            Thank you for your honesty.
            I do appreciate this.
            I would very-much like to know where I might find such an expert who can give me a complete "horse's mouth" answer to my question.

            Many thanks.

            1 Reply Last reply
            0
            • U Offline
              U Offline
              Uberlinc
              wrote on last edited by
              #13

              Anyone?
              Anyone an offline installer guru here?

              Thanks in advance.

              K 1 Reply Last reply
              0
              • U Uberlinc

                Anyone?
                Anyone an offline installer guru here?

                Thanks in advance.

                K Offline
                K Offline
                Kapitan79
                wrote on last edited by
                #14

                @Uberlinc
                You downloaded the wrong installer.
                True link:
                http://download.qt.io/official_releases/qt/5.14/5.14.2/qt-opensource-windows-x86-5.14.2.exe

                Uninstall Qt Creator that you installed and run this installer.

                1 Reply Last reply
                1
                • U Offline
                  U Offline
                  Uberlinc
                  wrote on last edited by
                  #15

                  @Kapitan79 said in Offline installers:

                  http://download.qt.io/official_releases/qt/5.14/5.14.2/qt-opensource-windows-x86-5.14.2.exe

                  Yes! Thank you!

                  By a strange coincidence, I took a shot in the dark and downloaded this very installer last night!
                  (Took me 4 painful hours and a few restarts, but I finally got there!)

                  As it happens, I am actually running this installer as I type!

                  Thank you for your advice.

                  I'll let you know if how I go.

                  1 Reply Last reply
                  0
                  • U Offline
                    U Offline
                    Uberlinc
                    wrote on last edited by
                    #16

                    BINGO!

                    Thank you @Kapitan79 !

                    That was the ticket!

                    I don't know why there is a specific offline installer for just "Qt Creator" if it doesn't work .... but that's a question for another time.
                    Right now, I'm happy to have it up and running again.

                    Again, many thanks!

                    jsulmJ 1 Reply Last reply
                    0
                    • U Uberlinc

                      BINGO!

                      Thank you @Kapitan79 !

                      That was the ticket!

                      I don't know why there is a specific offline installer for just "Qt Creator" if it doesn't work .... but that's a question for another time.
                      Right now, I'm happy to have it up and running again.

                      Again, many thanks!

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

                      @Uberlinc said in Offline installers:

                      I don't know why there is a specific offline installer for just "Qt Creator" if it doesn't work

                      It's for people who already have Qt installed (or don't want to use Qt at all but QtCreator as IDE) and want to install QtCreator (for example a newer version), nothing special actually...
                      "if it doesn't work" - it does work without Qt for non-Qt projects...

                      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