summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/framegraph.pri
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2015-11-24 09:46:21 +0100
committerAndy Nichols <andy.nichols@theqtcompany.com>2015-11-24 16:53:30 +0000
commit1bb0e00500574800d64808c9d80c9aa9dffac79b (patch)
tree5a5da5cb954c25db532781e90d5ee7f45c475f02 /src/render/framegraph/framegraph.pri
parent96719e0bc3e8c320c2e11d656499adf9640cca07 (diff)
Add QFrustumCulling framegraph node
Change-Id: I6bdee01f898a477c4c24457de6ab774e03277365 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.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 52cad4319..01e5e3292 100644
--- a/src/render/framegraph/framegraph.pri
+++ b/src/render/framegraph/framegraph.pri
@@ -41,7 +41,8 @@ HEADERS += \
$$PWD/sortmethod_p.h \
$$PWD/statesetnode_p.h \
$$PWD/techniquefilternode_p.h \
- $$PWD/viewportnode_p.h
+ $$PWD/viewportnode_p.h \
+ $$PWD/qfrustumculling.h
SOURCES += \
$$PWD/cameraselectornode.cpp \
@@ -71,4 +72,5 @@ SOURCES += \
$$PWD/sortmethod.cpp \
$$PWD/statesetnode.cpp \
$$PWD/techniquefilternode.cpp \
- $$PWD/viewportnode.cpp
+ $$PWD/viewportnode.cpp \
+ $$PWD/qfrustumculling.cpp