Fix build without features.timezone on macOS
It is no longer needed after bd78f57463
Change-Id: I73aceb10eab7c9fdc7d0dfbe89012df7d0110205
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
This commit is contained in:
parent
9895cdd3ce
commit
8afecdcccb
@ -44,10 +44,8 @@
|
||||
#include "qdatetime.h"
|
||||
|
||||
#ifdef Q_OS_DARWIN
|
||||
#include "qtimezone.h"
|
||||
#include "private/qcore_mac_p.h"
|
||||
#include <CoreFoundation/CoreFoundation.h>
|
||||
QT_REQUIRE_CONFIG(timezone);
|
||||
#endif
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
Loading…
Reference in New Issue
Block a user