gitian: use right qt tools in linux build
If the libqt4-dev package is installed it picks the moc executable
from the system instead of our custom-built one. This results in
compatibility errors.
This commit convinces configure to pick the right one.