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. How to install Qt Software
QtWS25 Last Chance

How to install Qt Software

Scheduled Pinned Locked Moved Solved General and Desktop
19 Posts 6 Posters 1.4k 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.
  • P Offline
    P Offline
    PrAnit
    wrote on 16 Feb 2019, 11:01 last edited by
    #1

    Im using windows 7 32 bit.
    install Qt windows installer and try to download packages but get errors in every version.
    whole process i repeated 3 or 4 times from beginning up to this error but not yet get any +ve result.
    can anyone help me in this

    following error i got -
    0_1550314818823_Screenshot_6.png

    please guide me step by step :
    Thank You.

    K 1 Reply Last reply 16 Feb 2019, 11:12
    0
    • P PrAnit
      16 Feb 2019, 11:01

      Im using windows 7 32 bit.
      install Qt windows installer and try to download packages but get errors in every version.
      whole process i repeated 3 or 4 times from beginning up to this error but not yet get any +ve result.
      can anyone help me in this

      following error i got -
      0_1550314818823_Screenshot_6.png

      please guide me step by step :
      Thank You.

      K Offline
      K Offline
      koahnig
      wrote on 16 Feb 2019, 11:12 last edited by
      #2

      @PrAnit

      Hi and welcome to devnet forum

      From where did you get the installer?
      Why are you trying to install a fairly old version of Qt?
      There is already version Qt5.12 out.

      Vote the answer(s) that helped you to solve your issue(s)

      P 1 Reply Last reply 16 Feb 2019, 11:32
      2
      • K koahnig
        16 Feb 2019, 11:12

        @PrAnit

        Hi and welcome to devnet forum

        From where did you get the installer?
        Why are you trying to install a fairly old version of Qt?
        There is already version Qt5.12 out.

        P Offline
        P Offline
        PrAnit
        wrote on 16 Feb 2019, 11:32 last edited by
        #3

        @koahnig already i am working on 5.4 version on another same configuration system that's why i am trying to download this version to compatibility.

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 16 Feb 2019, 11:33 last edited by
          #4

          Hi and welcome to devnet,

          In addition to what @koahnig wrote, you might want to change the mirror used for the download since this one seems to be incomplete.

          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
          • P Offline
            P Offline
            PrAnit
            wrote on 18 Feb 2019, 08:45 last edited by
            #5

            @koahnig

            I installed successfully latest version of Qt and its working fine.
            now problem is debugger , Whenever i run on debugger getting error like "unable to create debugging engine"

            0_1550479516392_Screenshot_8.png

            0_1550479534902_Screenshot_9.png

            J J 2 Replies Last reply 18 Feb 2019, 08:51
            0
            • P PrAnit
              18 Feb 2019, 08:45

              @koahnig

              I installed successfully latest version of Qt and its working fine.
              now problem is debugger , Whenever i run on debugger getting error like "unable to create debugging engine"

              0_1550479516392_Screenshot_8.png

              0_1550479534902_Screenshot_9.png

              J Offline
              J Offline
              jsulm
              Lifetime Qt Champion
              wrote on 18 Feb 2019, 08:51 last edited by
              #6

              @PrAnit Did you install MinGW Qt? If so which exact version?

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

              P 1 Reply Last reply 18 Feb 2019, 08:55
              0
              • J jsulm
                18 Feb 2019, 08:51

                @PrAnit Did you install MinGW Qt? If so which exact version?

                P Offline
                P Offline
                PrAnit
                wrote on 18 Feb 2019, 08:55 last edited by
                #7

                @jsulm
                how can i check ?
                Steps ?

                J 1 Reply Last reply 18 Feb 2019, 08:57
                0
                • P PrAnit
                  18 Feb 2019, 08:55

                  @jsulm
                  how can i check ?
                  Steps ?

                  J Offline
                  J Offline
                  jsulm
                  Lifetime Qt Champion
                  wrote on 18 Feb 2019, 08:57 last edited by
                  #8

                  @PrAnit Take a look at your screenshot: there is a tab called "Qt Version" - this will show all installed Qt versions. In Kits tab you will see which Kits you have.

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

                  1 Reply Last reply
                  1
                  • P PrAnit
                    18 Feb 2019, 08:45

                    @koahnig

                    I installed successfully latest version of Qt and its working fine.
                    now problem is debugger , Whenever i run on debugger getting error like "unable to create debugging engine"

                    0_1550479516392_Screenshot_8.png

                    0_1550479534902_Screenshot_9.png

                    J Offline
                    J Offline
                    J.Hilk
                    Moderators
                    wrote on 18 Feb 2019, 08:58 last edited by
                    #9

                    @PrAnit
                    you have - and use - a MSVC compiler, so you need Microsoft debugger (cdb) that one you'll have to get from Microsoft directly, it should come with the windows SDK packet.


                    Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


                    Q: What's that?
                    A: It's blue light.
                    Q: What does it do?
                    A: It turns blue.

                    P 1 Reply Last reply 18 Feb 2019, 09:06
                    0
                    • J J.Hilk
                      18 Feb 2019, 08:58

                      @PrAnit
                      you have - and use - a MSVC compiler, so you need Microsoft debugger (cdb) that one you'll have to get from Microsoft directly, it should come with the windows SDK packet.

                      P Offline
                      P Offline
                      PrAnit
                      wrote on 18 Feb 2019, 09:06 last edited by
                      #10

                      @J.Hilk
                      Yes. I dowenload windows SDK packet

                      this ones
                      0_1550480708043_Screenshot_15.png

                      R 1 Reply Last reply 18 Feb 2019, 09:11
                      0
                      • P PrAnit
                        18 Feb 2019, 09:06

                        @J.Hilk
                        Yes. I dowenload windows SDK packet

                        this ones
                        0_1550480708043_Screenshot_15.png

                        R Offline
                        R Offline
                        Ratzz
                        wrote on 18 Feb 2019, 09:11 last edited by
                        #11

                        @PrAnit
                        Yes, once it gets installed you can restart the QtCreator and check the debugger tab for the installled debugger.

                        --Alles ist gut.

                        1 Reply Last reply
                        0
                        • P Offline
                          P Offline
                          PrAnit
                          wrote on 18 Feb 2019, 09:19 last edited by
                          #12

                          Information about my Qt version and QtKit

                          0_1550481508446_Screenshot_11.png

                          0_1550481532598_Screenshot_12.png

                          0_1550481543683_Screenshot_14.png

                          R 1 Reply Last reply 18 Feb 2019, 09:23
                          0
                          • P PrAnit
                            18 Feb 2019, 09:19

                            Information about my Qt version and QtKit

                            0_1550481508446_Screenshot_11.png

                            0_1550481532598_Screenshot_12.png

                            0_1550481543683_Screenshot_14.png

                            R Offline
                            R Offline
                            Ratzz
                            wrote on 18 Feb 2019, 09:23 last edited by
                            #13

                            @PrAnit
                            Can you show debugger tab?

                            --Alles ist gut.

                            1 Reply Last reply
                            0
                            • P Offline
                              P Offline
                              PrAnit
                              wrote on 18 Feb 2019, 09:46 last edited by
                              #14

                              0_1550481752255_Screenshot_16.png

                              0_1550483174131_Screenshot_13.png

                              R 1 Reply Last reply 18 Feb 2019, 09:53
                              0
                              • P PrAnit
                                18 Feb 2019, 09:46

                                0_1550481752255_Screenshot_16.png

                                0_1550483174131_Screenshot_13.png

                                R Offline
                                R Offline
                                Ratzz
                                wrote on 18 Feb 2019, 09:53 last edited by
                                #15

                                @PrAnit
                                Did you restart the Qt Creator ?

                                --Alles ist gut.

                                P 1 Reply Last reply 18 Feb 2019, 10:01
                                0
                                • R Ratzz
                                  18 Feb 2019, 09:53

                                  @PrAnit
                                  Did you restart the Qt Creator ?

                                  P Offline
                                  P Offline
                                  PrAnit
                                  wrote on 18 Feb 2019, 10:01 last edited by
                                  #16

                                  @Ratzz Yes sir.restarted QT creator more than 2 times

                                  R 1 Reply Last reply 18 Feb 2019, 10:04
                                  0
                                  • P PrAnit
                                    18 Feb 2019, 10:01

                                    @Ratzz Yes sir.restarted QT creator more than 2 times

                                    R Offline
                                    R Offline
                                    Ratzz
                                    wrote on 18 Feb 2019, 10:04 last edited by Ratzz
                                    #17

                                    @PrAnit
                                    Do you have C:\Program Files (x86)\Windows Kits\10\Debuggers\x86\cdb.exe path on your system? or check if you have cdb.exe under debuggers.

                                    --Alles ist gut.

                                    1 Reply Last reply
                                    0
                                    • P Offline
                                      P Offline
                                      PrAnit
                                      wrote on 18 Feb 2019, 10:28 last edited by
                                      #18

                                      @Ratzz said in How to install Qt Software:

                                      Debuggers\x86\cdb.exe

                                      Debuggers\x86\cdb.exe not found in my system?

                                      R 1 Reply Last reply 18 Feb 2019, 10:36
                                      0
                                      • P PrAnit
                                        18 Feb 2019, 10:28

                                        @Ratzz said in How to install Qt Software:

                                        Debuggers\x86\cdb.exe

                                        Debuggers\x86\cdb.exe not found in my system?

                                        R Offline
                                        R Offline
                                        Ratzz
                                        wrote on 18 Feb 2019, 10:36 last edited by
                                        #19

                                        @PrAnit
                                        Where did you get the WinSDK from?

                                        --Alles ist gut.

                                        1 Reply Last reply
                                        0

                                        10/19

                                        18 Feb 2019, 09:06

                                        • Login

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