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.pri9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/render/framegraph/framegraph.pri b/src/render/framegraph/framegraph.pri
index bb833422f..a622bd281 100644
--- a/src/render/framegraph/framegraph.pri
+++ b/src/render/framegraph/framegraph.pri
@@ -69,7 +69,10 @@ HEADERS += \
$$PWD/nopicking_p.h \
$$PWD/qsubtreeenabler.h \
$$PWD/qsubtreeenabler_p.h \
- $$PWD/subtreeenabler_p.h
+ $$PWD/subtreeenabler_p.h \
+ $$PWD/qdebugoverlay.h \
+ $$PWD/qdebugoverlay_p.h \
+ $$PWD/debugoverlay_p.h
SOURCES += \
$$PWD/cameraselectornode.cpp \
@@ -119,4 +122,6 @@ SOURCES += \
$$PWD/qnopicking.cpp \
$$PWD/nopicking.cpp \
$$PWD/qsubtreeenabler.cpp \
- $$PWD/subtreeenabler.cpp
+ $$PWD/subtreeenabler.cpp \
+ $$PWD/qdebugoverlay.cpp \
+ $$PWD/debugoverlay.cpp