Details
Description
OK: qbs -f qbs.qbs -d .
FAIL: qbs -f qbs.qbs -d /tmp/qbs
This failed because /tmp is a symlink to /private/tmp on OS X, and so relative paths get resolved against the wrong base. Probably the build directory should be canonicalized before performing the build.