Fix qdiriterator autotest build for WEC7.
Change-Id: I18b1bdd79905761eff7a5ddbe1c6538c33624a1f Reviewed-by: Andreas Holzammer <andreas.holzammer@kdab.com> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
This commit is contained in:
parent
ec2e99ead5
commit
db7bdcd976
@ -606,7 +606,7 @@ void tst_QDirIterator::hiddenDirs_hiddenFiles()
|
||||
// a special call since hidden files need to be "marked" while in Unix
|
||||
// anything starting by a '.' is a hidden file.
|
||||
// For that reason this test is not run in Windows.
|
||||
#if defined Q_OS_WIN || Q_OS_WINCE
|
||||
#if defined(Q_OS_WIN)
|
||||
QSKIP("To create hidden files a special call is required in Windows.");
|
||||
#else
|
||||
// Only files
|
||||
|
Loading…
Reference in New Issue
Block a user