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. Unable to download and install QT
Forum Updated to NodeBB v4.3 + New Features

Unable to download and install QT

Scheduled Pinned Locked Moved Unsolved General and Desktop
11 Posts 4 Posters 1.9k 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.
  • P Offline
    P Offline
    Parthasaradhi
    wrote on 20 Oct 2019, 14:14 last edited by Parthasaradhi
    #1

    Hi all,
    I had installed QT and was testing out some code. My friend sent one sample code he developed and when I tried to compile that code, I was prompted to install a newer version. While downloading the newer version there was an error message and my original installed version also got corrupted. I am now trying to download QT again but I am not able to. When I try to download, I see the auto-filled form (as I am already registered user) and when I submit, nothing happens. How can download and install QT creator? Please help. Also, I have GCC already installed on my system, so do I still need to download GCC along with QT (not sure if QT creator comes bundled with GCC), if not how can I configure QT creator to use/see the installed GCC? Thanks in advance form your time.

    J 1 Reply Last reply 21 Oct 2019, 02:19
    0
    • M Offline
      M Offline
      mrjj
      Lifetime Qt Champion
      wrote on 20 Oct 2019, 17:16 last edited by
      #2

      Hi
      GCC is not included. it will use the system installed.
      Qt is the name of the framework.
      Qt Creator is the name of the IDE/Editor that can work with multiple version of the Qt framework.

      Creator is included in Qt installation.

      Try the offline version then
      https://www.qt.io/offline-installers

      1 Reply Last reply
      2
      • P Parthasaradhi
        20 Oct 2019, 14:14

        Hi all,
        I had installed QT and was testing out some code. My friend sent one sample code he developed and when I tried to compile that code, I was prompted to install a newer version. While downloading the newer version there was an error message and my original installed version also got corrupted. I am now trying to download QT again but I am not able to. When I try to download, I see the auto-filled form (as I am already registered user) and when I submit, nothing happens. How can download and install QT creator? Please help. Also, I have GCC already installed on my system, so do I still need to download GCC along with QT (not sure if QT creator comes bundled with GCC), if not how can I configure QT creator to use/see the installed GCC? Thanks in advance form your time.

        J Offline
        J Offline
        JKSH
        Moderators
        wrote on 21 Oct 2019, 02:19 last edited by
        #3

        @Parthasaradhi said in Unable to download and install QT:

        While downloading the newer version there was an error message and my original installed version also got corrupted.

        What was the error message?

        What was your original version?

        How did you install your original version?

        I have GCC already installed on my system

        Which version?

        What is your OS?

        how can I configure QT creator to use/see the installed GCC?

        1. First, add your compiler: https://doc.qt.io/qtcreator/creator-tool-chains.html
        2. Then, add your kit: https://doc.qt.io/qtcreator/creator-targets.html

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

        P 1 Reply Last reply 21 Oct 2019, 06:02
        1
        • J JKSH
          21 Oct 2019, 02:19

          @Parthasaradhi said in Unable to download and install QT:

          While downloading the newer version there was an error message and my original installed version also got corrupted.

          What was the error message?

          What was your original version?

          How did you install your original version?

          I have GCC already installed on my system

          Which version?

          What is your OS?

          how can I configure QT creator to use/see the installed GCC?

          1. First, add your compiler: https://doc.qt.io/qtcreator/creator-tool-chains.html
          2. Then, add your kit: https://doc.qt.io/qtcreator/creator-targets.html
          P Offline
          P Offline
          Parthasaradhi
          wrote on 21 Oct 2019, 06:02 last edited by
          #4

          @JKSH
          Thanks for the post. Unfortunately, I did not save the error I got. I will follow your suggestions.

          J 1 Reply Last reply 21 Oct 2019, 07:41
          0
          • P Parthasaradhi
            21 Oct 2019, 06:02

            @JKSH
            Thanks for the post. Unfortunately, I did not save the error I got. I will follow your suggestions.

            J Offline
            J Offline
            JKSH
            Moderators
            wrote on 21 Oct 2019, 07:41 last edited by
            #5

            @Parthasaradhi said in Unable to download and install QT:

            Unfortunately, I did not save the error I got.

            That's OK. What about my other questions?

            Anyway, pay attention to error messages because they can contain useful information that helps you to fix the problem.

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

            1 Reply Last reply
            0
            • P Offline
              P Offline
              Parthasaradhi
              wrote on 21 Oct 2019, 16:55 last edited by
              #6

              @mrjj
              Thank you for your reply. I downloaded and installed QT, but there is some issue. Kindly see below
              @JKSH
              The version was IIRC 4.9.

              I downloaded the newer version and installed it. When I try to open an earlier project(s), I am being prompted to configure the project. Attached the screenshot for your perusal. I have GCC installed on the system but not able to configure the project. Kindly help me configure the project, please. QT_isssue1.png QT_2.png

              1 Reply Last reply
              0
              • M Offline
                M Offline
                mrjj
                Lifetime Qt Champion
                wrote on 22 Oct 2019, 08:16 last edited by mrjj
                #7

                Hi
                You seem to have installed the Qt visual studio edition.
                (MSVC)

                You need to download and install the compiler from microsoft.
                Its not included as thats forbidden.

                The MinGW version has a compiler and debugger included.

                alt text

                So Make sure you ONLY install the Qt where you have compiler installed.
                If you really dont care and all you want is to use Qt to make Desktop apps
                then only install the mingw version and nothing else.
                Installing ALL takes up lots of space and give more room ffor issues.

                1 Reply Last reply
                3
                • P Offline
                  P Offline
                  Parthasaradhi
                  wrote on 24 Oct 2019, 19:01 last edited by
                  #8

                  Hi mrjj,
                  Thank you very much for your reply. I uninstalled Qt. While installing Qt afresh, how do I exclude GCC? Thank you once again.

                  Best regards
                  NPS

                  J 1 Reply Last reply 25 Oct 2019, 04:37
                  0
                  • P Parthasaradhi
                    24 Oct 2019, 19:01

                    Hi mrjj,
                    Thank you very much for your reply. I uninstalled Qt. While installing Qt afresh, how do I exclude GCC? Thank you once again.

                    Best regards
                    NPS

                    J Offline
                    J Offline
                    jsulm
                    Lifetime Qt Champion
                    wrote on 25 Oct 2019, 04:37 last edited by jsulm
                    #9

                    @Parthasaradhi said in Unable to download and install QT:

                    how do I exclude GCC

                    Just make sure it is not selected in the installer...
                    But keep in mind that for MSVC you need to install Visual Studio by yourself first.

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

                    P 1 Reply Last reply 25 Oct 2019, 15:10
                    3
                    • J jsulm
                      25 Oct 2019, 04:37

                      @Parthasaradhi said in Unable to download and install QT:

                      how do I exclude GCC

                      Just make sure it is not selected in the installer...
                      But keep in mind that for MSVC you need to install Visual Studio by yourself first.

                      P Offline
                      P Offline
                      Parthasaradhi
                      wrote on 25 Oct 2019, 15:10 last edited by
                      #10

                      @jsulm Thank you very much for your reply. However, I did not see this option when I tried to install Qt. I will check once again. Maybe I missed seeing theoption. I will try again.

                      Best regards
                      NPS

                      J 1 Reply Last reply 28 Oct 2019, 05:18
                      0
                      • P Parthasaradhi
                        25 Oct 2019, 15:10

                        @jsulm Thank you very much for your reply. However, I did not see this option when I tried to install Qt. I will check once again. Maybe I missed seeing theoption. I will try again.

                        Best regards
                        NPS

                        J Offline
                        J Offline
                        jsulm
                        Lifetime Qt Champion
                        wrote on 28 Oct 2019, 05:18 last edited by
                        #11

                        @Parthasaradhi You will not find MSVC itself in Qt installer as it is not allowed by Microsoft. You need to download MSVC from microsoft and install it. Then install Qt for MSVC using Qt online installer.

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

                        1 Reply Last reply
                        2

                        6/11

                        21 Oct 2019, 16:55

                        • Login

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