summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/framegraph.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/framegraph/framegraph.pri')
-rw-r--r--src/render/framegraph/framegraph.pri7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/render/framegraph/framegraph.pri b/src/render/framegraph/framegraph.pri
index 422825629..899d36305 100644
--- a/src/render/framegraph/framegraph.pri
+++ b/src/render/framegraph/framegraph.pri
@@ -48,7 +48,9 @@ HEADERS += \
$$PWD/qlighting_p.h \
$$PWD/lighting_p.h \
$$PWD/qdispatchcompute.h \
- $$PWD/dispatchcompute_p.h
+ $$PWD/dispatchcompute_p.h \
+ $$PWD/qrendersurfaceselector.h \
+ $$PWD/qrendersurfaceselector_p.h
SOURCES += \
$$PWD/cameraselectornode.cpp \
@@ -84,4 +86,5 @@ SOURCES += \
$$PWD/qlighting.cpp \
$$PWD/lighting.cpp \
$$PWD/qdispatchcompute.cpp \
- $$PWD/dispatchcompute.cpp
+ $$PWD/dispatchcompute.cpp \
+ $$PWD/qrendersurfaceselector.cpp