summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/framegraph.pri
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2015-11-24 09:52:33 +0100
committerAndy Nichols <andy.nichols@theqtcompany.com>2015-11-24 16:53:32 +0000
commitb4bd7c434265874829007f878605e0abeee59e8d (patch)
treea4380f8dff25e5aad31ff057b551d61a98f64825 /src/render/framegraph/framegraph.pri
parent1bb0e00500574800d64808c9d80c9aa9dffac79b (diff)
FrustumCulling backend framegraph node
Change-Id: Ied917f0ffb9d63d5a3a6bd61a9e6be1241c0ef8b 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 01e5e3292..55ac95f77 100644
--- a/src/render/framegraph/framegraph.pri
+++ b/src/render/framegraph/framegraph.pri
@@ -42,7 +42,8 @@ HEADERS += \
$$PWD/statesetnode_p.h \
$$PWD/techniquefilternode_p.h \
$$PWD/viewportnode_p.h \
- $$PWD/qfrustumculling.h
+ $$PWD/qfrustumculling.h \
+ $$PWD/frustumculling_p.h
SOURCES += \
$$PWD/cameraselectornode.cpp \
@@ -73,4 +74,5 @@ SOURCES += \
$$PWD/statesetnode.cpp \
$$PWD/techniquefilternode.cpp \
$$PWD/viewportnode.cpp \
- $$PWD/qfrustumculling.cpp
+ $$PWD/qfrustumculling.cpp \
+ $$PWD/frustumculling.cpp