diff options
| author | Paul Olav Tvete <paul.tvete@qt.io> | 2017-01-24 16:48:42 +0100 |
|---|---|---|
| committer | Paul Olav Tvete <paul.tvete@qt.io> | 2017-01-25 10:33:46 +0000 |
| commit | 6d06d4b07c5fb1b51d6d1e216a0bcd6da2dedaf2 (patch) | |
| tree | eb2ff043145030b8ad5c57ea2bd194314f914c5d /src | |
| parent | fcab7186668de71a7c0f9055fb75c98b906f5dc7 (diff) | |
Fix build with -no-feature-graphicsview
Change-Id: I9ae724ddf90efc9e951d475e3332083e6f8207d6
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src')
| -rw-r--r-- | src/widgets/graphicsview/graphicsview.pri | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/widgets/graphicsview/graphicsview.pri b/src/widgets/graphicsview/graphicsview.pri index b81f736ef42..7d102446340 100644 --- a/src/widgets/graphicsview/graphicsview.pri +++ b/src/widgets/graphicsview/graphicsview.pri @@ -1,4 +1,6 @@ # Qt graphicsview module + +qtConfig(graphicsview) { HEADERS += graphicsview/qgraphicsgridlayout.h \ graphicsview/qgraphicsitem.h \ graphicsview/qgraphicsitem_p.h \ @@ -53,3 +55,4 @@ SOURCES += graphicsview/qgraphicsgridlayout.cpp \ graphicsview/qsimplex_p.cpp \ graphicsview/qgraphicsanchorlayout_p.cpp \ graphicsview/qgraphicsanchorlayout.cpp +} |
