3

I deleted all the default kits from Qt Creator and I don't know how to get them back. In other words, how can I restore all the default kits in Qt Creator?

I tried to delete all the Qt files from my Ubuntu System, the whole Qt folder, the ~/.config/QtProject folder and all qt packages. After reinstalling Qt, all the old kits are still there, instead of the default ones.

Iulian Onofrei
  • 9,188
  • 10
  • 67
  • 113
mr miyagi
  • 103
  • 1
  • 4

1 Answers1

3

Delete the ~/.config/QtProject and ~/.local/share/data/QtProject/qtcreator directories:

rm -rf ~/.config/QtProject ~/.local/share/data/QtProject/qtcreator

Reference.

thiagowfx
  • 4,832
  • 6
  • 37
  • 51