summaryrefslogtreecommitdiffstats
path: root/src/core/nodes/nodes.pri
blob: 9d950271ea001eb466e36193c921efe76469dffc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
INCLUDEPATH += $$PWD

HEADERS += \
    $$PWD/node.h \
    $$PWD/nodevisitor.h \
    $$PWD/component.h \
    $$PWD/entity.h \
    $$PWD/entitynode.h

SOURCES += \
    $$PWD/node.cpp \
    $$PWD/nodevisitor.cpp \
    $$PWD/component.cpp \
    $$PWD/entity.cpp \
    $$PWD/entitynode.cpp