qt6windows7/tests/auto/widgets/kernel/qapplication/tmp/README

4 lines
238 B
Plaintext
Raw Normal View History

2023-10-30 06:33:08 +08:00
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...