Windows: Fix compilation of qdir test.
Introduced by 3385fb91e1.
Change-Id: If47a9874cccb7b64840e77b1f654ba8e1cf372e0
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
bb10
parent
e650859dc9
commit
5abf5b1f7c
|
|
@ -610,7 +610,7 @@ void tst_QDir::entryList()
|
|||
// Note we are using capital L in entryList on one side here, to test case-insensitivity
|
||||
QFile::link((m_dataPath + "/entryList/") + "file", entrylistPath + "linktofile.lnk");
|
||||
QFile::link((m_dataPath + "/entryList/") + "directory", entrylistPath + "linktodirectory.lnk");
|
||||
QFile::link((m_dataPath + "/entryList/") + "nothing"), entrylistPath + "brokenlink.lnk");
|
||||
QFile::link((m_dataPath + "/entryList/") + "nothing", entrylistPath + "brokenlink.lnk");
|
||||
#else
|
||||
QFile::link("file", entrylistPath + "linktofile.lnk");
|
||||
QFile::link("directory", entrylistPath + "linktodirectory.lnk");
|
||||
|
|
|
|||
Loading…
Reference in New Issue