Quote Originally Posted by tbscope View Post
If this is an accurate copy of the error, and I think it isn't, then the error is here:
Qt Code:
  1. .../gestures//usr/local/bin/gestures
To copy to clipboard, switch view to plain text mode 
That is not a correct path. I guess the program wants to copy some files into /usr/local/bin/gestures but that path gets appended to the source/duild dir?
Thanks for your reply. That is an accurate copy of the error.

I could undertand that the problem is there. But, how to solve it?
Should I mofify manually the Makefile?
Can I modify some parameters on QtCretor to solve it?

thanks!