summaryrefslogtreecommitdiffstats
path: root/src/core/nodes/nodes.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/nodes/nodes.pri')
-rw-r--r--src/core/nodes/nodes.pri4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/nodes/nodes.pri b/src/core/nodes/nodes.pri
index 720471b94..9d950271e 100644
--- a/src/core/nodes/nodes.pri
+++ b/src/core/nodes/nodes.pri
@@ -5,8 +5,6 @@ HEADERS += \
$$PWD/nodevisitor.h \
$$PWD/component.h \
$$PWD/entity.h \
- $$PWD/quick3dentity.h \
- $$PWD/quick3dnode.h \
$$PWD/entitynode.h
SOURCES += \
@@ -14,6 +12,4 @@ SOURCES += \
$$PWD/nodevisitor.cpp \
$$PWD/component.cpp \
$$PWD/entity.cpp \
- $$PWD/quick3dentity.cpp \
- $$PWD/quick3dnode.cpp \
$$PWD/entitynode.cpp