blob: f815e3e4640f97f027e355fd02af14f9dbcd63bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
diff --git a/src/external/external.pro b/src/external/external.pro
index 7bd97f6..93ed196 100644
--- meshlab.orig/src/external/external.pro
+++ meshlab/src/external/external.pro
@@ -2,11 +2,6 @@ config += debug_and_release
TEMPLATE = subdirs
-SUBDIRS = bzip2-1.0.5/bzip2-1.0.5.pro \
- muparser_v225/src \
- levmar-2.3/levmar-2.3.pro \
- structuresynth-1.5/structuresynth.pro \
+SUBDIRS = structuresynth-1.5/structuresynth.pro \
OpenCTM-1.0.3/openctm.pro \
- jhead-2.95/jhead-2.95.pro \
- lib3ds-1.3.0/lib3ds/lib3ds.pro
-# openkinect/openkinect.pro
+ jhead-2.95/jhead-2.95.pro
|