summaryrefslogtreecommitdiffstats
path: root/src/core/nodes/nodes.pri
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2014-05-05 11:11:26 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-24 11:10:54 +0200
commit87b535a77b133b95f7c51b3cb7c8f8df4885e7c1 (patch)
treeeda95a12e0d609f5b4d428c6d7bb9c6b1ac63011 /src/core/nodes/nodes.pri
parent98d6c99e3e76d27018c5757bfcb81d5c659889ae (diff)
Renamed QmlEntity to Quick3DEntity
To be consistent with the quick3d module name and other quick3d elements. Change-Id: Iaed819e9690a5c516aaadad2b62ecc4f25332853 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/core/nodes/nodes.pri')
-rw-r--r--src/core/nodes/nodes.pri4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/nodes/nodes.pri b/src/core/nodes/nodes.pri
index 3e0ec79ef..aa6d2cd44 100644
--- a/src/core/nodes/nodes.pri
+++ b/src/core/nodes/nodes.pri
@@ -5,11 +5,11 @@ HEADERS += \
$$PWD/nodevisitor.h \
$$PWD/component.h \
$$PWD/entity.h \
- $$PWD/qmlentity.h
+ $$PWD/quick3dentity.h
SOURCES += \
$$PWD/node.cpp \
$$PWD/nodevisitor.cpp \
$$PWD/component.cpp \
$$PWD/entity.cpp \
- $$PWD/qmlentity.cpp
+ $$PWD/quick3dentity.cpp