PDA

View Full Version : How to delete a folder in Qt Creator Project View?



stephenzhu
22nd March 2012, 06:37
How to delete a folder in Qt Creator Project View?
I right click the folder in Qt Creator, but got a menu like this:
Show Containing Folder..
Open Terminal Here..
Add New...
Add EXisting Files...

Hmm, there isn't a title like "remove" or "delete", etc.
Then how can I delete a folder here?
:confused:

amleto
22nd March 2012, 09:59
you dont. those 'folders' aren't (necessarily) on your OS.

Spitfire
23rd March 2012, 16:26
Remove all references to that folder from your *.pro file and the folder will dissapear.
headers, sources, resources etc 'folders' can't be removed.