mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-16 17:44:36 +00:00
fix appimage and portable, meshlab_mini compiles only jhead
This commit is contained in:
parent
4686e6ebe6
commit
ffede70358
@ -57,7 +57,7 @@ mv meshlabserver usr/bin
|
||||
mv LICENSE.txt usr/share/doc/meshlab/
|
||||
mv privacy.txt usr/share/doc/meshlab/
|
||||
mv readme.txt usr/share/doc/meshlab/
|
||||
mv lib/libcommon* usr/lib/
|
||||
mv lib/libmeshlab-common* usr/lib/
|
||||
mv plugins/ usr/lib/meshlab/
|
||||
mv shaders/ usr/share/meshlab/
|
||||
|
||||
|
||||
@ -56,7 +56,7 @@ mv meshlabserver usr/bin
|
||||
mv LICENSE.txt usr/share/doc/meshlab/
|
||||
mv privacy.txt usr/share/doc/meshlab/
|
||||
mv readme.txt usr/share/doc/meshlab/
|
||||
mv lib/libcommon* usr/lib/
|
||||
mv lib/libmeshlab-common* usr/lib/
|
||||
mv plugins/ usr/lib/meshlab/
|
||||
mv shaders/ usr/share/meshlab/
|
||||
|
||||
|
||||
9
src/external/external.pro
vendored
9
src/external/external.pro
vendored
@ -2,10 +2,14 @@ config += debug_and_release
|
||||
|
||||
TEMPLATE = subdirs
|
||||
|
||||
#just jhead needs to be compiled if the config is meshlab_mini
|
||||
SUBDIRS = \
|
||||
jhead-3.04/jhead-3.04.pro
|
||||
|
||||
!meshlab_mini {
|
||||
SUBDIRS += \
|
||||
levmar-2.3/levmar-2.3.pro \
|
||||
structuresynth-1.5/structuresynth.pro \
|
||||
jhead-3.04/jhead-3.04.pro
|
||||
# openkinect/openkinect.pro
|
||||
|
||||
include(../find_system_libs.pri)
|
||||
@ -14,5 +18,8 @@ include(../find_system_libs.pri)
|
||||
!CONFIG(system_muparser) SUBDIRS += muparser_v225/muParser.pro
|
||||
!CONFIG(system_openctm) SUBDIRS += OpenCTM-1.0.3/openctm.pro
|
||||
!CONFIG(system_lib3ds) SUBDIRS += lib3ds-1.3.0/lib3ds.pro
|
||||
}
|
||||
|
||||
|
||||
|
||||
# Can't easily make muparser conditional because of the fact it relies on the _UNICODE define
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user