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. Online installer fails, offline installer worked but building a project fails
QtWS25 Last Chance

Online installer fails, offline installer worked but building a project fails

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
windowsvs2015qt5.6.2
14 Posts 4 Posters 4.0k 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.
  • G Offline
    G Offline
    Gist
    wrote on 15 Feb 2017, 20:27 last edited by A Former User
    #1

    I have a problem with Qt creator, what should I do?
    I am a beginner in Qt, I have downloaded Qt creator ( Qt 5.6.2 for Windows 64-bit (VS 2015, 839 MB) ) , and when I started to compile a program, there were a problem with compilation, and when I verified the option I have found :
    3_1487189836812_19.png 2_1487189836812_18.png 1_1487189836708_17.png 0_1487189836705_16.png
    I have also tried with the online installer, but it stops at 63%
    0_1487190306831_20.png
    0_1487190727162_21.png
    I had really a hard time :(

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on 15 Feb 2017, 20:41 last edited by
      #2

      Hi, and welcome to the forum. Did you install Visual Studio 2015 prior to installing Qt?

      1 Reply Last reply
      2
      • G Offline
        G Offline
        Gist
        wrote on 15 Feb 2017, 21:17 last edited by
        #3

        Thank you for your kindness.
        No I did not, should I do it ?

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 15 Feb 2017, 21:32 last edited by
          #4

          Hi and welcome to devnet,

          Yes you need to do it, Microsoft doesn't allow any third party to distribute its development suits.

          Note that if you don't need VS specifically you can also use the MinGW version of Qt for which you can get the compiler directly through the installer.

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

          G 1 Reply Last reply 16 Feb 2017, 06:52
          0
          • G Offline
            G Offline
            Gist
            wrote on 15 Feb 2017, 21:47 last edited by Gist
            #5

            Thanks very much, Now I feel happy and I can relax :)
            I am downloading Visual Studio, I have used it before (before 3 years ago) , I will also see MinGw.
            I guess it would be better if the website of Qt did an explanation for beginners in the font of the downloading page, It would help them a lot, because when I was reading through google searching for a solution I saw some peoples have the same problem as I have, but they didn't get any feedback. Thank you very much. I hope to be productive with this forum :)
            See you.

            J 1 Reply Last reply 16 Feb 2017, 06:00
            0
            • G Gist
              15 Feb 2017, 21:47

              Thanks very much, Now I feel happy and I can relax :)
              I am downloading Visual Studio, I have used it before (before 3 years ago) , I will also see MinGw.
              I guess it would be better if the website of Qt did an explanation for beginners in the font of the downloading page, It would help them a lot, because when I was reading through google searching for a solution I saw some peoples have the same problem as I have, but they didn't get any feedback. Thank you very much. I hope to be productive with this forum :)
              See you.

              J Offline
              J Offline
              jsulm
              Lifetime Qt Champion
              wrote on 16 Feb 2017, 06:00 last edited by
              #6

              @Gist Well, if you download Qt for VS2015 then you need VS2015, right? VS2015 cannot be included with Qt download as it is proprietary.

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

              1 Reply Last reply
              0
              • G Offline
                G Offline
                Gist
                wrote on 16 Feb 2017, 06:36 last edited by Gist
                #7

                I downloaded Visual studio 2015, and I reinstalled Qt , but the problem still remains.

                1 Reply Last reply
                0
                • S SGaist
                  15 Feb 2017, 21:32

                  Hi and welcome to devnet,

                  Yes you need to do it, Microsoft doesn't allow any third party to distribute its development suits.

                  Note that if you don't need VS specifically you can also use the MinGW version of Qt for which you can get the compiler directly through the installer.

                  G Offline
                  G Offline
                  Gist
                  wrote on 16 Feb 2017, 06:52 last edited by
                  #8

                  @SGaist, I downloaded Visual studio 2015, and I reinstalled Qt , but the problem still remains

                  J 1 Reply Last reply 16 Feb 2017, 07:22
                  0
                  • G Gist
                    16 Feb 2017, 06:52

                    @SGaist, I downloaded Visual studio 2015, and I reinstalled Qt , but the problem still remains

                    J Offline
                    J Offline
                    jsulm
                    Lifetime Qt Champion
                    wrote on 16 Feb 2017, 07:22 last edited by
                    #9

                    @Gist Did you install VS2015? If so did you install its C++ components as well (they are not installed by default)?

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

                    G 1 Reply Last reply 16 Feb 2017, 07:27
                    2
                    • J jsulm
                      16 Feb 2017, 07:22

                      @Gist Did you install VS2015? If so did you install its C++ components as well (they are not installed by default)?

                      G Offline
                      G Offline
                      Gist
                      wrote on 16 Feb 2017, 07:27 last edited by Gist
                      #10

                      @jsulm I installed VS2015, but how can I install C++ components ?

                      J 1 Reply Last reply 16 Feb 2017, 07:31
                      0
                      • G Gist
                        16 Feb 2017, 07:27

                        @jsulm I installed VS2015, but how can I install C++ components ?

                        J Offline
                        J Offline
                        jsulm
                        Lifetime Qt Champion
                        wrote on 16 Feb 2017, 07:31 last edited by
                        #11

                        @Gist I think you need to start the installer again and select C++ components there.

                        I have a note: if you do not depend on VS then just install Qt for MinGW together with MinGW using Qt online installer, then you will have everything you need: compiler, debugger (for VS you need to install debugger tools which are not part of VS if you want to use debugger!). MinGW is the Windows port of GCC.

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

                        G 1 Reply Last reply 16 Feb 2017, 09:42
                        1
                        • J jsulm
                          16 Feb 2017, 07:31

                          @Gist I think you need to start the installer again and select C++ components there.

                          I have a note: if you do not depend on VS then just install Qt for MinGW together with MinGW using Qt online installer, then you will have everything you need: compiler, debugger (for VS you need to install debugger tools which are not part of VS if you want to use debugger!). MinGW is the Windows port of GCC.

                          G Offline
                          G Offline
                          Gist
                          wrote on 16 Feb 2017, 09:42 last edited by Gist
                          #12

                          @jsulm, I have tried resolve the problem by installing VS but I failed, contrary to Qt for MinGW, There is no problem with it, I am working on it normally now.
                          The problem has been resolved.
                          Thanks for all of you: @jsulm , @SGaist, and @Wieland .

                          1 Reply Last reply
                          1
                          • S Offline
                            S Offline
                            SGaist
                            Lifetime Qt Champion
                            wrote on 16 Feb 2017, 14:55 last edited by
                            #13

                            Did you check that you selected the C++ tools when installing Visual Studio ? That's the important point.

                            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
                            0
                            • ? Offline
                              ? Offline
                              A Former User
                              wrote on 16 Feb 2017, 17:46 last edited by A Former User
                              #14

                              BTW, next time, please give your thread a meaningful title. Also choosing the best fitting subforum is highly appreciated. And when your problem is solved, mark the thread accordingly. We have a small visual forum guide for newcomers: Hitchhiker's Visual Guide to the Qt Forum and there is also the Forum general guide. One more thing: The image upload feature on our forum is broken, see How to insert image on this forum for a workaround. :-)

                              1 Reply Last reply
                              0

                              6/14

                              16 Feb 2017, 06:00

                              • Login

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