1
this dummy directory is needed for the QApplication::libraryPaths() autotest
2
that calls QDir(applicationDirPath + "/tmp/..").canonicalPath(). canonicalPath()
3
stat()'s the given directory, so if the tmp directory doesn't exist it fails...