Due to a bug somewhere, the qt documentation is by default placed in
$out/share/doc although "qmake -query" reports $out/doc. That
discrepancy causes qtcreator withDocumentation builds to fail. This
fixes it.
If not explicitly disabled, Qt tries to detect support for the various
instruction sets. As a result, binaries built on Hydra may use
instruction sets unsupported by clients.
The MySQL library has been split up from the main client/server binaries
in 53f1d8147db9af0aaac12deff28544f61dc05c64.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>