Fix build with -no-feature-graphicsview
Change-Id: I9ae724ddf90efc9e951d475e3332083e6f8207d6 Reviewed-by: Lars Knoll <lars.knoll@qt.io>bb10
parent
fcab718666
commit
6d06d4b07c
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue