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>
This commit is contained in:
parent
1311870125
commit
c1b836cb18
@ -194,10 +194,6 @@ static_assert(!std::is_convertible_v<std::nullptr_t, bool>,
|
|||||||
|
|
||||||
# include <QtCore/qtnamespacemacros.h>
|
# include <QtCore/qtnamespacemacros.h>
|
||||||
|
|
||||||
#if defined(Q_OS_DARWIN) && !defined(QT_LARGEFILE_SUPPORT)
|
|
||||||
# define QT_LARGEFILE_SUPPORT 64
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef __ASSEMBLER__
|
#ifndef __ASSEMBLER__
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user