mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 16:14:38 +00:00
Renamed plugins to a common naming style and moved two completed plugins from fgt to their final place
This commit is contained in:
parent
f6671344ff
commit
b68ddd2cd8
|
Before Width: | Height: | Size: 309 B After Width: | Height: | Size: 309 B |
|
Before Width: | Height: | Size: 641 B After Width: | Height: | Size: 641 B |
@ -1,11 +1,11 @@
|
||||
TEMPLATE = lib
|
||||
CONFIG += plugin
|
||||
INCLUDEPATH += ../.. ../../../../sf ../../../../code/lib/glew/include
|
||||
HEADERS = tri_io.h \
|
||||
HEADERS = io_tri.h \
|
||||
|
||||
SOURCES = tri_io.cpp
|
||||
SOURCES = io_tri.cpp
|
||||
|
||||
TARGET = tri_io
|
||||
TARGET = io_tri
|
||||
DESTDIR = ../../meshlab/plugins
|
||||
|
||||
# the following line is needed to avoid mismatch between
|
||||
@ -3,12 +3,12 @@ CONFIG += plugin
|
||||
INCLUDEPATH += ../.. ../../../../sf ../../../../code/lib/glew/include
|
||||
|
||||
FORMS = ui/u3d_gui.ui
|
||||
HEADERS = u3d_io.h \
|
||||
HEADERS = io_u3d.h \
|
||||
u3d_gui.h \
|
||||
../../../../sf/wrap/io_trimesh/export_u3d.h
|
||||
SOURCES = u3d_io.cpp \
|
||||
SOURCES = io_u3d.cpp \
|
||||
u3d_gui.cpp
|
||||
TARGET = u3d_io
|
||||
TARGET = io_u3d
|
||||
DESTDIR = ../../meshlab/plugins
|
||||
CONFIG += debug_and_release
|
||||
|
||||
@ -6,6 +6,7 @@ SUBDIRS = meshfilter \
|
||||
epoch_io \
|
||||
io_u3d\
|
||||
io_tri\
|
||||
io_x3d \
|
||||
meshrender \
|
||||
cleanfilter \
|
||||
filter_ao \
|
||||
@ -22,6 +23,7 @@ SUBDIRS = meshfilter \
|
||||
editmeasure\
|
||||
editrgbtri\
|
||||
editsegment\
|
||||
edit_straightener \
|
||||
../sampleplugins/sampleedit \
|
||||
../sampleplugins/samplefilter \
|
||||
../sampleplugins/samplefilterdoc \
|
||||
@ -34,10 +36,8 @@ SUBDIRS = meshfilter \
|
||||
../fgt/filter_dirt \
|
||||
../fgt/edit_quality \
|
||||
../fgt/edit_quality/filter_quality \
|
||||
../fgt/edit_straightener \
|
||||
../fgt/edit_texture\
|
||||
../fgt/editpaint\
|
||||
../fgt/io_x3d
|
||||
../fgt/editpaint
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user