-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathWorkspace.pri
74 lines (74 loc) · 2.78 KB
/
Workspace.pri
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
HEADERS += ./MathLibrary/Bounding/BoundingBox.h \
./Utility/ColorMap.h \
./GraphicsLibrary/Sampling/EdgeSampler.h \
./Utility/Graph.h \
./Utility/HashTable.h \
./GraphicsLibrary/Mesh/SurfaceMesh/IO_.h \
./GraphicsLibrary/Basic/Line.h \
./Utility/Macros.h \
./Utility/NoiseGen.h \
./GraphicsLibrary/SpacePartition/Octree.h \
./GraphicsLibrary/Basic/Plane.h \
./GraphicsLibrary/Basic/PolygonArea.h \
./GraphicsLibrary/Mesh/SurfaceMesh/Quadric.h \
./GraphicsLibrary/Sampling/RegularRecursive.h \
./GraphicsLibrary/Sampling/Sampler.h \
./Utility/SimpleDraw.h \
./Utility/Sleeper.h \
./GraphicsLibrary/Sampling/SliceSampling.h \
./GraphicsLibrary/Sampling/SpherePackSampling.h \
./Utility/Stats.h \
./GraphicsLibrary/Mesh/SurfaceMesh/Surface_mesh.h \
./GraphicsLibrary/Basic/Triangle.h \
./GL/VBO/VBO.h \
./GraphicsLibrary/Mesh/SurfaceMesh/Vector.h \
./GraphicsLibrary/Voxel/Voxel.h \
./GraphicsLibrary/Sampling/VoxelSampling.h \
./GraphicsLibrary/Voxel/Voxeler.h \
./GUI/global.h \
./GraphicsLibrary/Mesh/SurfaceMesh/properties.h \
./GUI/Tools/MeshInfoPanel.h \
./GUI/QMeshDoc.h \
./GraphicsLibrary/Mesh/QSegMesh.h \
./GraphicsLibrary/Mesh/QSurfaceMesh.h \
./GUI/Scene.h \
./GUI/Tools/TransformationPanel.h \
./GUI/Workspace.h \
GUI/MeshBrowser/QuickMeshViewer.h \
GUI/MeshBrowser/QuickMesh.h \
GUI/MeshBrowser/MeshBrowserWidget.h \
GL/GLee.h
SOURCES += ./MathLibrary/Bounding/BoundingBox.cpp \
./Utility/ColorMap.cpp \
./GraphicsLibrary/Mesh/SurfaceMesh/IO_.cpp \
./GraphicsLibrary/Mesh/SurfaceMesh/IO_obj.cpp \
./GraphicsLibrary/Mesh/SurfaceMesh/IO_off.cpp \
./GraphicsLibrary/Mesh/SurfaceMesh/IO_stl.cpp \
./GraphicsLibrary/Basic/Line.cpp \
./GUI/Tools/MeshInfoPanel.cpp \
./GraphicsLibrary/SpacePartition/Octree.cpp \
./GraphicsLibrary/Basic/Plane.cpp \
./GUI/QMeshDoc.cpp \
./GraphicsLibrary/Mesh/QSegMesh.cpp \
./GraphicsLibrary/Mesh/QSurfaceMesh.cpp \
./GraphicsLibrary/Sampling/Sampler.cpp \
./GUI/Scene.cpp \
./Utility/SimpleDraw.cpp \
./Utility/Stats.cpp \
./GraphicsLibrary/Mesh/SurfaceMesh/Surface_mesh.cpp \
./GUI/Tools/TransformationPanel.cpp \
./GraphicsLibrary/Basic/Triangle.cpp \
./GL/VBO/VBO.cpp \
./GraphicsLibrary/Voxel/Voxeler.cpp \
./GUI/Workspace.cpp \
./GUI/global.cpp \
./GraphicsLibrary/SpacePartition/kdtree.cpp \
./GUI/main.cpp \
GUI/MeshBrowser/QuickMeshViewer.cpp \
GUI/MeshBrowser/MeshBrowserWidget.cpp \
GL/GLee.c
FORMS += ./GUI/Tools/MeshInfo.ui \
./GUI/Tools/RotationWidget.ui \
./GUI/Workspace.ui \
GUI/MeshBrowser/MeshBrowserForm.ui
RESOURCES += Workspace.qrc