Re: Debugger {} not found
Quote:
I don't know what I have done or how to undo it.
Given your vague description, who knows what you could have done? Moved / updated your Qt distribution? Moved your project? Renamed directories or files that your project depends on?
Quote:
One answer would be to start a new 'clean' project and copy and paste 3000+ lines of code.
Geez, why not reformat your hard drive and start from scratch? That's not a solution, especially if you think you need to cut and paste and not just fix project settings to use the existing files where they are already.
First, make a basic, do-nothing Qt GUI project - a main() that shows a QWidget. If you can compile, build, and debug that, then it is likely you inadvertently changed something your other project depends on. If you can't it's likely you 1) messed up your Qt installation somehow, 2) installed some other package that conflicts with something you were previously using, 3) changed your PATH so the wrong things are found first, or 4) did something else.