markg added a comment.
In D10414#208515 <https://phabricator.kde.org/D10414#208515>, @bcooksley wrote: > Looks like QT_LSTAT doesn't exist on Windows - see https://git.reviewboard.kde.org/r/127727/ Would including "kioglobal_p.h" perhaps fix this? #ifndef QT_LSTAT #define QT_LSTAT kio_windows_lstat #endif It's a private header, but it's just for the unit tests. That would probably be fine. If someone could test that on a windows setup? REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D10414 To: markg, dfaure Cc: bcooksley, apol, #frameworks, michaelh