summaryrefslogtreecommitdiffstats
path: root/src/render/io/render-io.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/io/render-io.pri')
-rw-r--r--src/render/io/render-io.pri11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/render/io/render-io.pri b/src/render/io/render-io.pri
index ad12b7803..7cb391944 100644
--- a/src/render/io/render-io.pri
+++ b/src/render/io/render-io.pri
@@ -7,7 +7,12 @@ HEADERS += \
$$PWD/texturedata.h \
$$PWD/assimpparser.h \
$$PWD/assimphelpers.h \
- $$PWD/abstractsceneparser.h
+ $$PWD/abstractsceneparser.h \
+ $$PWD/qattribute.h \
+ $$PWD/qattribute_p.h \
+ $$PWD/qbuffer.h \
+ $$PWD/qbuffer_p.h \
+ $$PWD/meshdata_p.h
SOURCES += \
$$PWD/meshdata.cpp \
@@ -16,4 +21,6 @@ SOURCES += \
$$PWD/texturedata.cpp \
$$PWD/assimpparser.cpp \
$$PWD/assimphelpers.cpp \
- $$PWD/abstractsceneparser.cpp
+ $$PWD/abstractsceneparser.cpp \
+ $$PWD/qattribute.cpp \
+ $$PWD/qbuffer.cpp