summaryrefslogtreecommitdiffstats
path: root/src/utils/utils.pri
blob: 566af55f879ce73b1a5f9e32c68f3fe82817aaf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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