summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.h
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2022-08-08 10:57:31 +0200
committerSona Kurazyan <sona.kurazyan@qt.io>2022-08-10 17:35:37 +0200
commit64ac64ba6bb2f70ab6aafb9af91b142a765956c7 (patch)
treee1b1d3500ffacbbb854ab45dfad04bddd7723a2e /src/corelib/global/qglobal.h
parent33a8772e585d13d78c06de17a183b97f5d069d78 (diff)
Remove redundant define for QT_LARGEFILE_SUPPORT
It's unconditionally set in qconfig.h by configure.cmake. Pick-to: 6.4 6.3 6.2 Change-Id: If10b5a34111856f4c279a1cf7bfc4ea3a995ef2b Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/global/qglobal.h')
-rw-r--r--src/corelib/global/qglobal.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h
index 4180131110..55ce173183 100644
--- a/src/corelib/global/qglobal.h
+++ b/src/corelib/global/qglobal.h
@@ -168,10 +168,6 @@
# include <QtCore/qtnamespacemacros.h>
-#if defined(Q_OS_DARWIN) && !defined(QT_LARGEFILE_SUPPORT)
-# define QT_LARGEFILE_SUPPORT 64
-#endif
-
#ifndef __ASSEMBLER__
QT_BEGIN_NAMESPACE