From 8afecdcccb58f53147ae5a8edcc4c510cabc54d2 Mon Sep 17 00:00:00 2001 From: Tasuku Suzuki Date: Mon, 13 May 2019 13:59:11 +0900 Subject: Fix build without features.timezone on macOS It is no longer needed after bd78f57463c381203099d7939c9d37cba0341713 Change-Id: I73aceb10eab7c9fdc7d0dfbe89012df7d0110205 Reviewed-by: Edward Welbourne --- src/corelib/tools/qlocale_mac.mm | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/corelib/tools') diff --git a/src/corelib/tools/qlocale_mac.mm b/src/corelib/tools/qlocale_mac.mm index 574cb0714c..a092e377b5 100644 --- a/src/corelib/tools/qlocale_mac.mm +++ b/src/corelib/tools/qlocale_mac.mm @@ -44,10 +44,8 @@ #include "qdatetime.h" #ifdef Q_OS_DARWIN -#include "qtimezone.h" #include "private/qcore_mac_p.h" #include -QT_REQUIRE_CONFIG(timezone); #endif QT_BEGIN_NAMESPACE -- cgit v1.2.3