Windows: Fix compilation of qdir test.

Introduced by 3385fb91e1.

Change-Id: If47a9874cccb7b64840e77b1f654ba8e1cf372e0
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
bb10
Friedemann Kleint 2011-12-01 14:44:33 +01:00 committed by Qt by Nokia
parent e650859dc9
commit 5abf5b1f7c
1 changed files with 1 additions and 1 deletions

View File

@ -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");