aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/context2d/context2d.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/items/context2d/context2d.pri')
-rw-r--r--src/declarative/items/context2d/context2d.pri9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/declarative/items/context2d/context2d.pri b/src/declarative/items/context2d/context2d.pri
index a43ef7806a..60fe28dd43 100644
--- a/src/declarative/items/context2d/context2d.pri
+++ b/src/declarative/items/context2d/context2d.pri
@@ -3,9 +3,16 @@ INCLUDEPATH += $$PWD
SOURCES += \
$$PWD/qsgcanvasitem.cpp \
$$PWD/qsgcontext2d.cpp \
+ $$PWD/qsgcontext2dnode.cpp \
+ $$PWD/qsgcontext2dtile.cpp \
+ $$PWD/qsgcontext2dtexture.cpp \
+ $$PWD/qsgcontext2dcommandbuffer.cpp \
HEADERS += \
$$PWD/qsgcanvasitem_p.h \
- $$PWD/qsgcontext2d_p_p.h \
$$PWD/qsgcontext2d_p.h \
+ $$PWD/qsgcontext2dnode_p.h \
+ $$PWD/qsgcontext2dtile_p.h \
+ $$PWD/qsgcontext2dtexture_p.h \
+ $$PWD/qsgcontext2dcommandbuffer_p.h \