summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/utils/utils.pri
blob: 8ce8794e01f58276e4067df29bb54abf6122932c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 \
           $$PWD/abstractobjecthelper_p.h \
           $$PWD/surfaceobject_p.h \
           $$PWD/qutils.h

SOURCES += $$PWD/meshloader.cpp \
           $$PWD/vertexindexer.cpp \
           $$PWD/camerahelper.cpp \
           $$PWD/shaderhelper.cpp \
           $$PWD/objecthelper.cpp \
           $$PWD/texturehelper.cpp \
           $$PWD/utils.cpp \
           $$PWD/abstractobjecthelper.cpp \
           $$PWD/surfaceobject.cpp