From 3906043f05d2ffccede47f845561cca95548ac5a Mon Sep 17 00:00:00 2001 From: Stephan Binner Date: Sun, 9 Jul 2017 10:29:12 +0200 Subject: Convert features.fontdialog to QT_[REQUIRE_]CONFIG Change-Id: Iebc091ffd023595278fa177b7f205b6e0cd7ec52 Reviewed-by: Oswald Buddenhagen --- src/plugins/platforms/cocoa/qcocoafontdialoghelper.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/plugins/platforms/cocoa/qcocoafontdialoghelper.h') diff --git a/src/plugins/platforms/cocoa/qcocoafontdialoghelper.h b/src/plugins/platforms/cocoa/qcocoafontdialoghelper.h index 8b05cb7933..c3fad7cfd6 100644 --- a/src/plugins/platforms/cocoa/qcocoafontdialoghelper.h +++ b/src/plugins/platforms/cocoa/qcocoafontdialoghelper.h @@ -41,8 +41,11 @@ #define QCOCOAFONTDIALOGHELPER_H #include +#include #include +QT_REQUIRE_CONFIG(fontdialog); + QT_BEGIN_NAMESPACE class QCocoaFontDialogHelper : public QPlatformFontDialogHelper -- cgit v1.2.3