summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gui/dialogs/qfileinfogatherer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/dialogs/qfileinfogatherer.cpp b/src/gui/dialogs/qfileinfogatherer.cpp
index 0eb30795b1..bd3b71834b 100644
--- a/src/gui/dialogs/qfileinfogatherer.cpp
+++ b/src/gui/dialogs/qfileinfogatherer.cpp
@@ -80,7 +80,7 @@ QFileInfoGatherer::QFileInfoGatherer(QObject *parent)
{
#ifdef Q_OS_WIN
m_resolveSymlinks = true;
-#elif !defined(Q_OS_INTEGRITY)
+#elif !defined(Q_OS_INTEGRITY) && !defined(Q_OS_VXWORKS)
userId = getuid();
groupId = getgid();
#endif