On Thursday, 22 November 2012 11:48:23 CEST, David Lang wrote:
I actually tried that already. It didn't work so I did the qmake step as well and am still getting the error. should I just nuke the entire workdir and check it out from git again?

That's weird. If you're building out of tree (i.e. you have the build or _build 
directory), simply nuking that directory will definitely work; if you have an 
in-tree build, killing all Makefiles might help. If that fails *and* you have 
nothing of your own below the source directory, something like `git clean -dxf` 
shall get rid of any leftover files.

But a combination of `make clean` and running qmake once again after that has 
definitely worked for me.

With kind regards,
Jan

Reply via email to