Remove projects from qt creator

How to delete projects from qt creator, I can delete files from the project view, but I can not delete my .pro file and my main project folder.

+3
source share
4 answers

This is a dirty way, but go (in windows) to a file AppData\Roaming\QtCreator.iniand in [ProjectExplorer]delete projects from:

  • RecentProjects\FileNames
  • RecentProjects\DisplayNames

When you restart QtCreator, only your required projects will be displayed.

For Linux, edit ~/.config/QtProject/QtCreator.ini

+5
source

Unable to delete .pro files from QtCreator. There is an option, as shown in the screenshot, but it does not work.

enter image description here

QtCreator. .pro . , , .pro Qt . qmake .

+1

, :

, .pro QtCreator: , .pro , , qmake.

, ( .pro ), , , , .

0

, build-projectname , .

-1

All Articles