summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qapplication/tmp/README
blob: e758961ddff4ee73f452b028b5472513092a23f2 (plain)
1
2
3
this dummy directory is needed for the QApplication::libraryPaths() autotest
that calls QDir(applicationDirPath + "/tmp/..").canonicalPath(). canonicalPath()
stat()'s the given directory, so if the tmp directory doesn't exist it fails...