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

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