summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2022-08-08 10:57:31 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-08-10 16:28:48 +0000
commit0e78ea0fa0e1d6a2f5f4b1972149b1fd18438677 (patch)
treefd4e1c77f358b58969de2b9b4f556fec5d865989
parentf288c3c631296e9741d1280bb83274ef214c8ca9 (diff)
Remove redundant define for QT_LARGEFILE_SUPPORT
It's unconditionally set in qconfig.h by configure.cmake. Change-Id: If10b5a34111856f4c279a1cf7bfc4ea3a995ef2b Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> (cherry picked from commit 64ac64ba6bb2f70ab6aafb9af91b142a765956c7) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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 33ab5b3af1..4e13b0c178 100644
--- a/src/corelib/global/qglobal.h
+++ b/src/corelib/global/qglobal.h
@@ -267,10 +267,6 @@ namespace QT_NAMESPACE {}
#endif /* __cplusplus */
-#if defined(Q_OS_DARWIN) && !defined(QT_LARGEFILE_SUPPORT)
-# define QT_LARGEFILE_SUPPORT 64
-#endif
-
#ifndef __ASSEMBLER__
QT_BEGIN_NAMESPACE