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. How to update Qt Creator

How to update Qt Creator

Scheduled Pinned Locked Moved Solved Installation and Deployment
27 Posts 4 Posters 58.3k 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.
  • mrjjM mrjj

    @szerwi
    Hmm. seems not to be the normal timeout install error.
    More like file write error.
    The path looks a bit strange after the Qt there is

    Qt\/Tools/ 
    

    which look odd but not that for sure - it is the issue.
    Do you have had disk errors or anything like that in other programs?

    Also if the online keeps borking you could try
    https://download.qt.io/archive/qt/5.7/5.7.1/qt-opensource-windows-x86-msvc2013_64-5.7.1.exe
    (this assumes you already have visual studio 2013 installed)

    S Offline
    S Offline
    szerwi
    wrote on last edited by
    #15

    @mrjj said in How to update Qt Creator:

    Do you have had disk errors or anything like that in other programs?

    No. Should I ignore it and let it continue?

    mrjjM 1 Reply Last reply
    0
    • S szerwi

      @mrjj said in How to update Qt Creator:

      Do you have had disk errors or anything like that in other programs?

      No. Should I ignore it and let it continue?

      mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #16

      @szerwi
      Yes if possible

      1 Reply Last reply
      0
      • S Offline
        S Offline
        szerwi
        wrote on last edited by
        #17

        @mrjj I got one more error. After few minutes another two errors. Is there any repair tool for Qt that I will be able to run it after installation?

        mrjjM 1 Reply Last reply
        0
        • S szerwi

          @mrjj I got one more error. After few minutes another two errors. Is there any repair tool for Qt that I will be able to run it after installation?

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by mrjj
          #18

          @szerwi
          Yes there is the maintenance.exe tool
          Found in c:\qt
          It can update etc so should get missing files.
          But if some scripts are not run as it should , i think it might fail to work.
          Error might be due to registry still being there but folder is gone. (was)

          S 1 Reply Last reply
          0
          • mrjjM mrjj

            @szerwi
            Yes there is the maintenance.exe tool
            Found in c:\qt
            It can update etc so should get missing files.
            But if some scripts are not run as it should , i think it might fail to work.
            Error might be due to registry still being there but folder is gone. (was)

            S Offline
            S Offline
            szerwi
            wrote on last edited by
            #19

            @mrjj Ok, I'll try after installation. Do you know how to clear registry? I had about 5 more errors since last reply :/

            mrjjM 1 Reply Last reply
            0
            • S szerwi

              @mrjj Ok, I'll try after installation. Do you know how to clear registry? I had about 5 more errors since last reply :/

              mrjjM Offline
              mrjjM Offline
              mrjj
              Lifetime Qt Champion
              wrote on last edited by
              #20

              @szerwi
              Oh it dont sound good with errors.
              I have not seen any clean tools.
              Since you can normally have multiple Qts installed, i fear that
              the image of the failed command is used for adding it.
              Im "excited" to see if it can find your visual studio after.

              1 Reply Last reply
              0
              • S Offline
                S Offline
                szerwi
                wrote on last edited by szerwi
                #21

                Ok, it installed. I will try to update components in maintenance now :)
                EDIT: I think it's working well without any update :D

                mrjjM 1 Reply Last reply
                1
                • S szerwi

                  Ok, it installed. I will try to update components in maintenance now :)
                  EDIT: I think it's working well without any update :D

                  mrjjM Offline
                  mrjjM Offline
                  mrjj
                  Lifetime Qt Champion
                  wrote on last edited by
                  #22

                  @szerwi
                  Super
                  Fire up Creator and make a default GUI project and see if its happy :)

                  S 1 Reply Last reply
                  0
                  • mrjjM mrjj

                    @szerwi
                    Super
                    Fire up Creator and make a default GUI project and see if its happy :)

                    S Offline
                    S Offline
                    szerwi
                    wrote on last edited by
                    #23

                    @mrjj Yes, it's working excellent :) Thanks for help.

                    mrjjM 1 Reply Last reply
                    0
                    • S szerwi

                      @mrjj Yes, it's working excellent :) Thanks for help.

                      mrjjM Offline
                      mrjjM Offline
                      mrjj
                      Lifetime Qt Champion
                      wrote on last edited by
                      #24

                      @szerwi
                      Super!
                      Happy programming then :)
                      Notice. If you want a debugger for VS. you need to install it extra.
                      (to use in Creator. If you use VS IDE, there is a debugger)

                      S 1 Reply Last reply
                      2
                      • mrjjM mrjj

                        @szerwi
                        Super!
                        Happy programming then :)
                        Notice. If you want a debugger for VS. you need to install it extra.
                        (to use in Creator. If you use VS IDE, there is a debugger)

                        S Offline
                        S Offline
                        szerwi
                        wrote on last edited by szerwi
                        #25

                        @mrjj I use only Qt Creator, so I don't need visual studio or I do? :D
                        To use Visual Studio with Qt library I need to download only library and paste it to VS files?
                        Is the Visual Studio better than Qt Creator?

                        mrjjM 1 Reply Last reply
                        0
                        • S szerwi

                          @mrjj I use only Qt Creator, so I don't need visual studio or I do? :D
                          To use Visual Studio with Qt library I need to download only library and paste it to VS files?
                          Is the Visual Studio better than Qt Creator?

                          mrjjM Offline
                          mrjjM Offline
                          mrjj
                          Lifetime Qt Champion
                          wrote on last edited by
                          #26

                          @szerwi
                          Hi
                          I am talking about Visual Studio as the image you shown was installing Qt for vs 2013.
                          To use that one, you need to Vs 2013 installed. ( its not with the Qt packet)

                          • To use Visual Studio with Qt library I need to download only library and paste it to VS files?
                            No, there is a plugin that helps use .pro files with VS. So it links to the Qt. installed.

                          • Is the Visual Studio better than Qt Creator?
                            Well better is so hard to define. I like Creator a lot and have not used newer VS so much.
                            So i think its more a question of taste. VS IDE has many features. More than Creator. But
                            for me Creator have what i need. Also Creator offer in project Designer for GUI. The integrations in Vs
                            was not the same. But VS IDE also have many plusses.

                          That said.
                          Using the visual compiler ( NOT IDE) if often more fun than mingw on windows if you want to use
                          external libraries. They can be hard to build with anything but vs compiler.

                          1 Reply Last reply
                          2
                          • S szerwi

                            Yes, I'm downloading new version. Unfortunately I didn't have any button to uninstall Qt so I've only deleted folder from computer :/

                            E Offline
                            E Offline
                            EndermanPC
                            wrote on last edited by
                            #27

                            @szerwi please uninstall using control panel

                            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