From e6fad35155a25a932386ad6f8421efd74404ac7f Mon Sep 17 00:00:00 2001 From: Stephan Binner Date: Sun, 23 Jul 2017 11:31:32 +0200 Subject: Convert features.graphicsview to QT_[REQUIRE_]CONFIG Change-Id: I1083097802772624e5d414678b4612308683a56f Reviewed-by: Oswald Buddenhagen --- src/widgets/graphicsview/qgraph_p.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/widgets/graphicsview/qgraph_p.h') diff --git a/src/widgets/graphicsview/qgraph_p.h b/src/widgets/graphicsview/qgraph_p.h index b42d4cf2e3..dfe9d8fdd3 100644 --- a/src/widgets/graphicsview/qgraph_p.h +++ b/src/widgets/graphicsview/qgraph_p.h @@ -61,6 +61,8 @@ #include +QT_REQUIRE_CONFIG(graphicsview); + QT_BEGIN_NAMESPACE template -- cgit v1.2.3