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.pri14
1 files changed, 12 insertions, 2 deletions
diff --git a/src/render/framegraph/framegraph.pri b/src/render/framegraph/framegraph.pri
index 9784a193c..b969c85e5 100644
--- a/src/render/framegraph/framegraph.pri
+++ b/src/render/framegraph/framegraph.pri
@@ -58,7 +58,13 @@ HEADERS += \
$$PWD/proximityfilter_p.h \
$$PWD/qblitframebuffer.h \
$$PWD/qblitframebuffer_p.h \
- $$PWD/blitframebuffer_p.h
+ $$PWD/blitframebuffer_p.h \
+ $$PWD/qsetfence.h \
+ $$PWD/qwaitfence.h \
+ $$PWD/qwaitfence_p.h \
+ $$PWD/qsetfence_p.h \
+ $$PWD/setfence_p.h \
+ $$PWD/waitfence_p.h
SOURCES += \
$$PWD/cameraselectornode.cpp \
@@ -100,4 +106,8 @@ SOURCES += \
$$PWD/qproximityfilter.cpp \
$$PWD/proximityfilter.cpp \
$$PWD/qblitframebuffer.cpp \
- $$PWD/blitframebuffer.cpp
+ $$PWD/blitframebuffer.cpp \
+ $$PWD/qsetfence.cpp \
+ $$PWD/qwaitfence.cpp \
+ $$PWD/setfence.cpp \
+ $$PWD/waitfence.cpp