summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/framegraph.pri
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2015-12-04 10:40:02 +0100
committerSean Harmer <sean.harmer@kdab.com>2015-12-07 19:07:03 +0000
commit2bf03c849a5a85d2963c81fe162459b5be1d4865 (patch)
treee8108da7162bacdef9506dcb6bb9ec453716f964 /src/render/framegraph/framegraph.pri
parent4db53c73453094a9a68e8ff7194b1bd99f2bc4cb (diff)
BackendNode for QComputeDispatch
Change-Id: I41a027b073ee5cb253f7b37244ad887acff4f909 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/render/framegraph/framegraph.pri')
-rw-r--r--src/render/framegraph/framegraph.pri6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/render/framegraph/framegraph.pri b/src/render/framegraph/framegraph.pri
index c69da622c..422825629 100644
--- a/src/render/framegraph/framegraph.pri
+++ b/src/render/framegraph/framegraph.pri
@@ -47,7 +47,8 @@ HEADERS += \
$$PWD/qlighting.h \
$$PWD/qlighting_p.h \
$$PWD/lighting_p.h \
- $$PWD/qdispatchcompute.h
+ $$PWD/qdispatchcompute.h \
+ $$PWD/dispatchcompute_p.h
SOURCES += \
$$PWD/cameraselectornode.cpp \
@@ -82,4 +83,5 @@ SOURCES += \
$$PWD/frustumculling.cpp \
$$PWD/qlighting.cpp \
$$PWD/lighting.cpp \
- $$PWD/qdispatchcompute.cpp
+ $$PWD/qdispatchcompute.cpp \
+ $$PWD/dispatchcompute.cpp