Bring kdewin back?

David Faure faure at kde.org
Tue Oct 15 08:24:15 UTC 2013


On Monday 14 October 2013 18:42:02 Nicolás Alvarez wrote:
> I'm now getting several
> errors related to the lack of symbolic links (such as no lstat).

Isn't that easy to fix, though?

On Windows: skip symlink support.

And lstat calls can be ported to QFileInfo if it helps portability, otherwise 
I suppose the file could have a local indirection like:
#ifdef Q_OS_WIN
#define MY_STAT QT_STAT
#else
#define MY_STAT QT_LSTAT
#endif

-- 
David Faure, faure at kde.org, http://www.davidfaure.fr
Working on KDE, in particular KDE Frameworks 5



More information about the Kde-frameworks-devel mailing list