From 37bae591b7829cd8ac6a9c8556bbe6b96b365bc3 Mon Sep 17 00:00:00 2001 From: Tasuku Suzuki Date: Tue, 16 Jul 2019 10:31:18 +0900 Subject: Introduce a new feature called easingcurve MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit features.animation and features.scroller depend on the feature. In total, this saves around 180KB from QtCore and 75KB from QtWidgets. Change-Id: I65aac3ec4d50d62424ee33f44b99f3cfb91121d6 Reviewed-by: Thomas Hartmann Reviewed-by: Jan Arve Sæther Reviewed-by: Edward Welbourne --- src/corelib/tools/qeasingcurve.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/corelib/tools/qeasingcurve.h') diff --git a/src/corelib/tools/qeasingcurve.h b/src/corelib/tools/qeasingcurve.h index 725ddd5dcc..d3a468bb22 100644 --- a/src/corelib/tools/qeasingcurve.h +++ b/src/corelib/tools/qeasingcurve.h @@ -41,6 +41,9 @@ #define QEASINGCURVE_H #include + +QT_REQUIRE_CONFIG(easingcurve); + #include #include #if QT_DEPRECATED_SINCE(5, 0) -- cgit v1.2.3