mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-15 09:04:36 +00:00
31 lines
939 B
Prolog
31 lines
939 B
Prolog
config += debug_and_release
|
|
|
|
TEMPLATE = subdirs
|
|
|
|
!meshlab_mini {
|
|
SUBDIRS += \
|
|
levmar-2.3/levmar-2.3.pro \
|
|
structuresynth-1.5/structuresynth.pro \
|
|
u3d/u3d.pro
|
|
#openkinect/openkinect.pro
|
|
|
|
include(../find_system_libs.pri)
|
|
|
|
!CONFIG(system_qhull) SUBDIRS += qhull-2003.1/qhull2003.1.pro
|
|
!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
|
|
# macx:BUILT_LIBS_DIR = $$PWD/../../distrib/lib/macx64/
|
|
# win32-msvc:BUILT_LIBS_DIR = $$PWD/../../distrib/lib/win32-msvc
|
|
# win32-g++:BUILT_LIBS_DIR = $$PWD/../../distrib/lib/win32-gcc
|
|
|
|
# !linux{
|
|
# copydir.commands = $(COPY_DIR) \"$$shell_path($$BUILT_LIBS_DIR)\" \"$$shell_path($$MESHLAB_DISTRIB_EXT_DIRECTORY)\"
|
|
# first.depends += $(first) copydir
|
|
# export(first.depends)
|
|
# export(copydir.commands)
|
|
|
|
# QMAKE_EXTRA_TARGETS += first copydir
|
|
# }
|
|
}
|