Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Solved All settings are gone after updating Qt Creator!

    Installation and Deployment
    2
    5
    235
    Loading More Posts
    • 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.
    • N
      Nima Ghorab last edited by

      Hey guys!
      I encounter with a problem after updating Qt Creator from 4.12.2 to 4.12.4!
      All of settings including Qt version and kits are gone by now!
      I also deleted Qt Creator 4.12.2 and I don't have access it anymore.
      Is there a way to automatically setup all of kits and Qt version instead of doing manually?
      I tried to use Link wit Qt option on Qt Versions tab but the Link with Qt option is grayed out since it tells can't fine Qt installation information!
      Can anyone help me please?
      Thanks ahead of time!

      JKSH 1 Reply Last reply Reply Quote 0
      • JKSH
        JKSH Moderators @Nima Ghorab last edited by

        @Nima-Ghorab said in All settings are gone after updating Qt Creator!:

        I encounter with a problem after updating Qt Creator from 4.12.2 to 4.12.4!

        1. How did you update? Did you use the MaintenanceTool?
        2. What is the absolute path to your Qt Creator 4.12.2 before the update? What is the absolute path to your Qt Creator 4.12.4?
        3. You said "I also deleted Qt Creator 4.12.2 ". How did you delete it?

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

        1 Reply Last reply Reply Quote 3
        • N
          Nima Ghorab last edited by Nima Ghorab

          @JKSH Thank you so much!

          1. No, I downloaded latest version from here:
            http://download.qt.io/official_releases/qtcreator/4.12/4.12.4/

          2. My Qt Creator 4.12.2 path was here:
            E:\Softwares\Qt\Tools

          3. I deleted its folder by hand and then install Qt Creator 4.12.4 in same exact location as 4.12.2.

          Right now 4.12.4 can't find anything about Qt Versions and kits!

          JKSH 1 Reply Last reply Reply Quote 0
          • JKSH
            JKSH Moderators @Nima Ghorab last edited by

            @Nima-Ghorab said in All settings are gone after updating Qt Creator!:

            @JKSH Thank you so much!

            1. No, I downloaded latest version from here:
              http://download.qt.io/official_releases/qtcreator/4.12/4.12.4/

            Important: That installer only contains the Qt Creator IDE. It does not contain Qt libraries.

            If you use the online installer at http://download.qt.io/official_releases/online_installers/ it will install both the Qt Creator IDE and Qt libraries. You can also use it to update your installation in the future without deleting anything by hand.

            1. My Qt Creator 4.12.2 path was here:
              E:\Softwares\Qt\Tools

            OK.

            Do you know where and how you installed the Qt libraries before?

            1. I deleted its folder by hand and then install Qt Creator 4.12.4 in same exact location as 4.12.2.

            Is it possible that you accidentally deleted the Qt libraries also?

            In the future, it is best to use the uninstaller instead of deleting by hand.

            Right now 4.12.4 can't find anything about Qt Versions and kits!

            Basically, "kit" = "Qt library" + "compiler".

            You can manually configure the kit components:

            1. Add a compiler: https://doc.qt.io/qtcreator/creator-tool-chains.html
            2. Add a version of the Qt library: https://doc.qt.io/qtcreator/creator-project-qmake.html
            3. Add a 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

            N 1 Reply Last reply Reply Quote 3
            • N
              Nima Ghorab @JKSH last edited by

              @JKSH Thank you so much!
              I should go with maintenance tool rather than deleting things by hand!
              The problem is solved.

              1 Reply Last reply Reply Quote 0
              • First post
                Last post