ulak blade
ulak blade

Reputation: 2665

Can not remove files from Qt project in QtCreator

for some reason QtCreator has added source files from a different revision of a library I am building to the project.

So when I expand the Sources folder, I get two folders in it with parts of files from the project from different directories where it is cloned, with different revisions.

When I try to right click and remove a file, it says "Could not remove file...".

How do I remove them? Is this some bug?

Upvotes: 2

Views: 349

Answers (1)

Anna K
Anna K

Reputation: 46

Check if there are extra paths in your_project.files and try to remove them.

Upvotes: 1

Related Questions