For Linux, edit the file ~ / .config / QtProject / QtCreator.ini
In [ProjectExplorer], delete the project name and its corresponding configuration file from the following two lists:
RecentProjects \ DisplayNames
RecentProjects \ FileNames
for example, given the following RecentProjects \ DisplayNames = proj1, proj2, proj3
RecentProjects \ FileNames = <proj1_dir> /CMakeLists.txt, <proj2_dir> /proj2.pro, <proj3_dir> /proj3.pro
to remove proj1 from the qtcreator start page, edit the above two lists as
RecentProjects \ DisplayNames = proj2, proj3
RecentProjects \ FileNames = <proj2_dir> /proj2.pro, <proj3_dir> /proj3.pro
lawlove
source share