I usually don’t pay much attention to the parse log that comes up after I analyze changed files. I generally just hit close without looking at it.
But I noticed an oddity as I worked in some of our source code with Understand, and I though, hmmm what happened???
Fortunately, using
I can easily pull up the parse log from the last parsing and see what happened:
And sure enough…. ui_ExternalEditorDlg.h wasn’t found. “ui_” files are automatically generated files that Qt’s build system generates. We recently added a system that cleans them up. Now I’m wondering if that system is over doing it a bit. Anyway, I’m now off to Jim’s office to see about that (-:
Leave a comment