When I right click a project, the "Remove project" menu is disabled. Why?
I tried to remove the .pro file which gave me a confusing result.
You don't remove a project. You close it: File menu->Close Project. You can then delete the file or do whatever you want. I suggest that you acquaint yourself with qmake sufficiently to be able to manually create project files. They are really simple. A project file for a widgets-based project is quite trivial:
QT = widgets
CONFIG += c++11
TEMPLATE = app
SOURCES += main.cpp mywidget.cpp
HEADERS += mywidget.h
go to File>recent projects>clear menu. DONE!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With