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. All settings are gone after updating Qt Creator!
Forum Updated to NodeBB v4.3 + New Features

All settings are gone after updating Qt Creator!

Scheduled Pinned Locked Moved Solved Installation and Deployment
5 Posts 2 Posters 684 Views 1 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.
  • N Offline
    N Offline
    Nima Ghorab
    wrote on last edited by
    #1

    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!

    JKSHJ 1 Reply Last reply
    0
    • N Nima Ghorab

      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!

      JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      @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
      3
      • N Offline
        N Offline
        Nima Ghorab
        wrote on last edited by Nima Ghorab
        #3

        @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!

        JKSHJ 1 Reply Last reply
        0
        • N 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!

          JKSHJ Offline
          JKSHJ Offline
          JKSH
          Moderators
          wrote on last edited by
          #4

          @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
          3
          • JKSHJ JKSH

            @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
            N Offline
            N Offline
            Nima Ghorab
            wrote on last edited by
            #5

            @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
            0

            • Login

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