summaryrefslogtreecommitdiffstats
path: root/src/utils/utils.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/utils.pri')
-rw-r--r--src/utils/utils.pri15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/utils/utils.pri b/src/utils/utils.pri
new file mode 100644
index 00000000..566af55f
--- /dev/null
+++ b/src/utils/utils.pri
@@ -0,0 +1,15 @@
+HEADERS += $$PWD/meshloader_p.h \
+ $$PWD/vertexindexer_p.h \
+ $$PWD/camerahelper_p.h \
+ $$PWD/shaderhelper_p.h \
+ $$PWD/objecthelper_p.h \
+ $$PWD/texturehelper_p.h \
+ $$PWD/utils_p.h
+
+SOURCES += $$PWD/meshloader.cpp \
+ $$PWD/vertexindexer.cpp \
+ $$PWD/camerahelper.cpp \
+ $$PWD/shaderhelper.cpp \
+ $$PWD/objecthelper.cpp \
+ $$PWD/texturehelper.cpp \
+ $$PWD/utils.cpp