diff options
Diffstat (limited to 'tests/auto/qapplication/tmp/README')
-rw-r--r-- | tests/auto/qapplication/tmp/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qapplication/tmp/README b/tests/auto/qapplication/tmp/README new file mode 100644 index 0000000..e758961 --- /dev/null +++ b/tests/auto/qapplication/tmp/README @@ -0,0 +1,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... |